Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed Jun 12, 2023
1 parent e565912 commit d70443b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.3.0] - 2022-05-02 <a name="0.3.0"></a>
### Added
- Make bird errors implement `std::error::Error` and `std::fmt::Display`. See PR #1

## [0.2.0] - 2022-05-02 <a name="0.2.0"></a>
### Added
- Semantic parsing of `show protocols` and `show protocols all`
Expand All @@ -14,5 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release.

[Unreleased]: https://github.com/amodm/birdc-rs/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/amodm/birdc-rs/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/amodm/birdc-rs/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/amodm/birdc-rs/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "birdc"
description = "Library to talk to the BIRD BGP server for administrative and instrumentation purposes"
version = "0.2.0"
version = "0.3.0"
authors = ["Amod Malviya @amodm"]
documentation = "https://docs.rs/birdc"
homepage = "https://github.com/amodm/birdc-rs"
Expand Down

0 comments on commit d70443b

Please sign in to comment.