File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5
5
6
6
## [ Unreleased]
7
7
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
+
8
12
## [ 0.3.0] - 2022-05-02 <a name =" 0.3.0 " ></a >
9
13
### Added
10
14
- 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.
18
22
### Added
19
23
- Initial release.
20
24
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
22
27
[ 0.3.0 ] : https://github.com/amodm/birdc-rs/compare/v0.2.0...v0.3.0
23
28
[ 0.2.0 ] : https://github.com/amodm/birdc-rs/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " birdc"
3
3
description = " Library to talk to the BIRD BGP server for administrative and instrumentation purposes"
4
- version = " 0.3 .0"
4
+ version = " 0.4 .0"
5
5
authors = [" Amod Malviya @amodm" ]
6
6
documentation = " https://docs.rs/birdc"
7
7
homepage = " https://github.com/amodm/birdc-rs"
You can’t perform that action at this time.
0 commit comments