From 5fec4d65289ffa0fc0ee90fd0d85d6f1952ede6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 18:04:38 +0000 Subject: [PATCH] chore(main): release 0.3.4 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- fuzz/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ad97a..0506e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.4](https://github.com/alexpovel/b4s/compare/v0.3.3...v0.3.4) (2023-08-21) + + +### Bug Fixes + +* **ci:** Remove Cargo.lock requirement ([70e5918](https://github.com/alexpovel/b4s/commit/70e59184bfdc349c81532d83f5e46ac131814134)) +* Remove Cargo.lock ([91ea6ad](https://github.com/alexpovel/b4s/commit/91ea6adf1761c12c8728e094d7fb75788edd638b)) + ## [0.3.3](https://github.com/alexpovel/b4s/compare/v0.3.2...v0.3.3) (2023-08-05) diff --git a/Cargo.toml b/Cargo.toml index ac5d442..50da3e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "b4s" -version = "0.3.3" +version = "0.3.4" edition.workspace = true rust-version = "1.64.0" authors = ["Alex Povel "] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 439e069..524a953 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afl-target" -version = "0.3.3" +version = "0.3.4" edition.workspace = true publish = false