Skip to content

Commit

Permalink
chore(main): release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alexpovel committed Aug 21, 2023
1 parent 0342d00 commit 5fec4d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "afl-target"
version = "0.3.3"
version = "0.3.4"
edition.workspace = true
publish = false

Expand Down

0 comments on commit 5fec4d6

Please sign in to comment.