mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-07 22:39:53 -06:00
Release v0.7.0
- Fixed SecureCRT backspace handling issue
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustnet"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user