Skip to content

Commit facd33f

Browse files
committed
Release v0.2.0 with support for show protocols command
1 parent 75545fc commit facd33f

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5+
6+
## [Unreleased]
7+
8+
## [0.2.0] - 2022-05-02 <a name="0.2.0"></a>
9+
### Added
10+
- Semantic parsing of `show protocols` and `show protocols all`
11+
- Semantic parsing of `show interfaces summary`
12+
13+
## [0.1.0] - 2022-04-30 <a name="0.1.0"></a>
14+
### Added
15+
- Initial release.
16+
17+
[Unreleased]: https://github.com/amodm/birdc-rs/compare/v0.2.0...HEAD
18+
[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.1.0"
4+
version = "0.2.0"
55
authors = ["Amod Malviya @amodm"]
66
documentation = "https://docs.rs/birdc"
77
homepage = "https://github.com/amodm/birdc-rs"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and instrumentation purposes.
1010
## Documentation
1111

1212
- [API Reference](https://docs.rs/birdc)
13+
- [Changelog](CHANGELOG.md)
1314

1415
## Examples
1516

0 commit comments

Comments
 (0)