Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 11, 2023
1 parent fade455 commit 0f6e6ae
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.0](https://github.com/alexpovel/b4s/compare/v0.2.0...v0.3.0) (2023-06-11)


### Features

* Eagerly implement common traits ([1ca60ca](https://github.com/alexpovel/b4s/commit/1ca60cade15042593c5e885fd3345d4a22eebbd7))
* Introduce `SearchError` to have a proper `Error` ([d2d7da1](https://github.com/alexpovel/b4s/commit/d2d7da19739a0409b78609c442787d007729b391))

## 0.2.0 (2023-06-11)


Expand Down
2 changes: 1 addition & 1 deletion 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.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.64.0"
authors = ["Alex Povel <[email protected]>"]
Expand Down

0 comments on commit 0f6e6ae

Please sign in to comment.