Skip to content

Commit d70443b

Browse files
committed
Release v0.3.0
1 parent e565912 commit d70443b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
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.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+
812
## [0.2.0] - 2022-05-02 <a name="0.2.0"></a>
913
### Added
1014
- 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.
1418
### Added
1519
- Initial release.
1620

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
1823
[0.2.0]: https://github.com/amodm/birdc-rs/compare/v0.1.0...v0.2.0

Cargo.toml

+1-1
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.2.0"
4+
version = "0.3.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)