diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8d51d..8d3cdbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2025-09-11 + +### Fixed +- SecureCRT backspace handling issue + ## [0.6.0] - 2025-09-10 ### Added @@ -103,7 +108,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Configurable refresh intervals and filtering options - Optional logging with multiple log levels -[Unreleased]: https://github.com/domcyrus/rustnet/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/domcyrus/rustnet/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/domcyrus/rustnet/compare/v0.6.0...v0.7.0 +[0.6.0]: https://github.com/domcyrus/rustnet/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/domcyrus/rustnet/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/domcyrus/rustnet/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/domcyrus/rustnet/compare/v0.2.0...v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 0cdf660..afe2353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustnet" -version = "0.6.0" +version = "0.7.0" edition = "2024" [dependencies]