Release v0.7.0

- Fixed SecureCRT backspace handling issue
This commit is contained in:
Marco Cadetg
2025-09-11 09:15:11 +02:00
parent 211f67b70b
commit ad4e8ef3e6
2 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
[package]
name = "rustnet"
version = "0.6.0"
version = "0.7.0"
edition = "2024"
[dependencies]