Skip to content

Commit

Permalink
chore(release): bump crate versions to 0.3.1 & update changelog (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane authored Sep 11, 2024
1 parent 27ac9f9 commit 7a1164b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

(no changes yet)

## [0.3.1] - 2024-09-11

### tacacs-plus

#### Removed
Expand Down Expand Up @@ -140,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[Shrubbery TACACS+ daemon]: https://shrubbery.net/tac_plus/

[Unreleased]: https://github.com/cPacketNetworks/tacacs-plus-rs/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/cPacketNetworks/tacacs-plus-rs/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/cPacketNetworks/tacacs-plus-rs/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/cPacketNetworks/tacacs-plus-rs/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/cPacketNetworks/tacacs-plus-rs/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/cPacketNetworks/tacacs-plus-rs/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion tacacs-plus-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tacacs-plus-protocol"
version = "0.3.0"
version = "0.3.1"
authors = ["Zane Othman <[email protected]>"]
edition = "2021"
description = "no-std/no-alloc TACACS+ (RFC8907) protocol packet de/serialization"
Expand Down
4 changes: 2 additions & 2 deletions tacacs-plus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tacacs-plus"
version = "0.3.0"
version = "0.3.1"
authors = ["Zane Othman <[email protected]>"]
edition = "2021"
description = "An asynchronous, runtime-independent RFC8907 TACACS+ client"
Expand All @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous", "authentication"]
futures = "0.3.30"
rand = "0.8.5"
thiserror = "1.0.63"
tacacs-plus-protocol = { version = "0.3.0", path = "../tacacs-plus-protocol" }
tacacs-plus-protocol = { version = "0.3.1", path = "../tacacs-plus-protocol" }
byteorder = "1.5.0"
md-5 = "0.10.6"
uuid = { version = "1.10.0", features = ["v4"] }
Expand Down

0 comments on commit 7a1164b

Please sign in to comment.