Skip to content

Commit 0f6e6ae

Browse files
chore(main): release 0.3.0 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fade455 commit 0f6e6ae

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/alexpovel/b4s/compare/v0.2.0...v0.3.0) (2023-06-11)
4+
5+
6+
### Features
7+
8+
* Eagerly implement common traits ([1ca60ca](https://github.com/alexpovel/b4s/commit/1ca60cade15042593c5e885fd3345d4a22eebbd7))
9+
* Introduce `SearchError` to have a proper `Error` ([d2d7da1](https://github.com/alexpovel/b4s/commit/d2d7da19739a0409b78609c442787d007729b391))
10+
311
## 0.2.0 (2023-06-11)
412

513

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.64.0"
66
authors = ["Alex Povel <rust@alexpovel.de>"]

0 commit comments

Comments
 (0)