Skip to content

Commit 312e419

Browse files
committed
Release v0.4.0 [skip ci]
1 parent fc88aff commit 312e419

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
55

66
## [Unreleased]
77

8+
## [0.4.0] - 2025-08-08 <a name="0.4.0"></a>
9+
### Added
10+
- A `SyncConnection` for non-async environments. See PR #3
11+
812
## [0.3.0] - 2022-05-02 <a name="0.3.0"></a>
913
### Added
1014
- Make bird errors implement `std::error::Error` and `std::fmt::Display`. See PR #1
@@ -18,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1822
### Added
1923
- Initial release.
2024

21-
[Unreleased]: https://github.com/amodm/birdc-rs/compare/v0.3.0...HEAD
25+
[Unreleased]: https://github.com/amodm/birdc-rs/compare/v0.4.0...HEAD
26+
[0.4.0]: https://github.com/amodm/birdc-rs/compare/v0.3.0...v0.4.0
2227
[0.3.0]: https://github.com/amodm/birdc-rs/compare/v0.2.0...v0.3.0
2328
[0.2.0]: https://github.com/amodm/birdc-rs/compare/v0.1.0...v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "birdc"
33
description = "Library to talk to the BIRD BGP server for administrative and instrumentation purposes"
4-
version = "0.3.0"
4+
version = "0.4.0"
55
authors = ["Amod Malviya @amodm"]
66
documentation = "https://docs.rs/birdc"
77
homepage = "https://github.com/amodm/birdc-rs"

0 commit comments

Comments
 (0)