From 52c25734b5ea86bb49237ea34797e6c81a13649d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 09:10:37 +0000 Subject: [PATCH] chore(main): release 0.3.3 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- fuzz/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36e1a71..c2ad97a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.3](https://github.com/alexpovel/b4s/compare/v0.3.2...v0.3.3) (2023-08-05) + + +### Bug Fixes + +* **build:** Only `include` necessary files ([3bcdc0f](https://github.com/alexpovel/b4s/commit/3bcdc0f0d34823b674c0d391cdf89ac14f2166b4)), closes [#13](https://github.com/alexpovel/b4s/issues/13) + ## [0.3.2](https://github.com/alexpovel/b4s/compare/v0.3.1...v0.3.2) (2023-08-02) diff --git a/Cargo.lock b/Cargo.lock index c5805e2..2e4f02e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "afl-target" -version = "0.3.2" +version = "0.3.3" dependencies = [ "afl", "arbitrary", @@ -113,7 +113,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "b4s" -version = "0.3.2" +version = "0.3.3" dependencies = [ "ascii", "criterion", diff --git a/Cargo.toml b/Cargo.toml index c7cf6b1..e859d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "b4s" -version = "0.3.2" +version = "0.3.3" edition.workspace = true rust-version = "1.64.0" authors = ["Alex Povel "] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 72ff3f9..439e069 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afl-target" -version = "0.3.2" +version = "0.3.3" edition.workspace = true publish = false