Commit facd33f 1 parent 75545fc commit facd33f Copy full SHA for facd33f
File tree 3 files changed +20
-1
lines changed
3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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
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.1 .0"
4
+ version = " 0.2 .0"
5
5
authors = [" Amod Malviya @amodm" ]
6
6
documentation = " https://docs.rs/birdc"
7
7
homepage = " https://github.com/amodm/birdc-rs"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and instrumentation purposes.
10
10
## Documentation
11
11
12
12
- [ API Reference] ( https://docs.rs/birdc )
13
+ - [ Changelog] ( CHANGELOG.md )
13
14
14
15
## Examples
15
16
You can’t perform that action at this time.
0 commit comments