Skip to content

Commit

Permalink
chore(main): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alexpovel committed Jul 31, 2023
1 parent 1da1e67 commit ee046fe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.3.1](https://github.com/alexpovel/b4s/compare/v0.3.0...v0.3.1) (2023-07-31)


### Bug Fixes

* **ci:** Exclude code coverage for benchmark code ([4d15509](https://github.com/alexpovel/b4s/commit/4d155097d9e5550ba8b2435c2574ac63ac48561f))
* **ci:** Speed up tarpaulin install, don't compile ([dcf239c](https://github.com/alexpovel/b4s/commit/dcf239cc6b9972c6ccfe3304c3b66e199a856497))
* **ci:** Update all dependencies ([e2da2d2](https://github.com/alexpovel/b4s/commit/e2da2d2503c8a04a023ec94dd91e240ccf63b449))
* Onboarding with global `pip install` ([146f1a2](https://github.com/alexpovel/b4s/commit/146f1a2ccd1d26c6024054ed98023059b31d6ddc))

## [0.3.0](https://github.com/alexpovel/b4s/compare/v0.2.0...v0.3.0) (2023-06-11)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0"
version = "0.3.1"
edition.workspace = true
rust-version = "1.64.0"
authors = ["Alex Povel <rust@alexpovel.de>"]
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.1.0"
version = "0.3.1"
edition.workspace = true
publish = false

Expand Down

0 comments on commit ee046fe

Please sign in to comment.