Commit d70443b 1 parent e565912 commit d70443b Copy full SHA for d70443b
File tree 2 files changed +7
-2
lines changed
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.3.0] - 2022-05-02 <a name =" 0.3.0 " ></a >
9
+ ### Added
10
+ - Make bird errors implement ` std::error::Error ` and ` std::fmt::Display ` . See PR #1
11
+
8
12
## [ 0.2.0] - 2022-05-02 <a name =" 0.2.0 " ></a >
9
13
### Added
10
14
- Semantic parsing of ` show protocols ` and ` show protocols all `
@@ -14,5 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
14
18
### Added
15
19
- Initial release.
16
20
17
- [ Unreleased ] : https://github.com/amodm/birdc-rs/compare/v0.2.0...HEAD
21
+ [ Unreleased ] : https://github.com/amodm/birdc-rs/compare/v0.3.0...HEAD
22
+ [ 0.3.0 ] : https://github.com/amodm/birdc-rs/compare/v0.2.0...v0.3.0
18
23
[ 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.2 .0"
4
+ version = " 0.3 .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