Skip to content

Commit f5425ee

Browse files
github-actions[bot]alexpovel
authored andcommitted
chore(main): release 0.3.1
1 parent 1da1e67 commit f5425ee

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/alexpovel/b4s/compare/v0.3.0...v0.3.1) (2023-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** Exclude code coverage for benchmark code ([4d15509](https://github.com/alexpovel/b4s/commit/4d155097d9e5550ba8b2435c2574ac63ac48561f))
9+
* **ci:** Speed up tarpaulin install, don't compile ([dcf239c](https://github.com/alexpovel/b4s/commit/dcf239cc6b9972c6ccfe3304c3b66e199a856497))
10+
* **ci:** Update all dependencies ([e2da2d2](https://github.com/alexpovel/b4s/commit/e2da2d2503c8a04a023ec94dd91e240ccf63b449))
11+
* Onboarding with global `pip install` ([146f1a2](https://github.com/alexpovel/b4s/commit/146f1a2ccd1d26c6024054ed98023059b31d6ddc))
12+
313
## [0.3.0](https://github.com/alexpovel/b4s/compare/v0.2.0...v0.3.0) (2023-06-11)
414

515

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "b4s"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
rust-version = "1.64.0"
66
authors = ["Alex Povel <rust@alexpovel.de>"]

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "afl-target"
3-
version = "0.1.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
publish = false
66

0 commit comments

Comments
 (0)