Skip to content

Commit b0cad2c

Browse files
committed
release: v0.1.1
1 parent a4060d5 commit b0cad2c

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2026-02-10
11+
1012
### Added
1113

1214
#### AsyncAPI & Event Dispatch (M10)
@@ -220,5 +222,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
220222
- Comprehensive documentation
221223
- GitHub Actions CI
222224

223-
[Unreleased]: https://github.com/barbacane/barbacane/compare/v0.1.0...HEAD
225+
[Unreleased]: https://github.com/barbacane/barbacane/compare/v0.1.1...HEAD
226+
[0.1.1]: https://github.com/barbacane/barbacane/compare/v0.1.0...v0.1.1
224227
[0.1.0]: https://github.com/barbacane/barbacane/releases/tag/v0.1.0

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -20,7 +20,7 @@ exclude = [
2020
resolver = "2"
2121

2222
[workspace.package]
23-
version = "0.1.0"
23+
version = "0.1.1"
2424
edition = "2021"
2525
license = "MIT"
2626

0 commit comments

Comments
 (0)