mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-04-29 08:19:41 -05:00
Release v0.12.1
- Improved crate metadata for crates.io publishing
This commit is contained in:
+9
-1
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.12.1] - 2025-10-02
|
||||
|
||||
### Changed
|
||||
- **Build Configuration**: Improved crate metadata for crates.io publishing
|
||||
- No functional changes to the binary or runtime behavior
|
||||
- Enhanced package configuration for better crate ecosystem integration
|
||||
|
||||
## [0.12.0] - 2025-10-01
|
||||
|
||||
### Added
|
||||
@@ -189,7 +196,8 @@ 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.12.0...HEAD
|
||||
[Unreleased]: https://github.com/domcyrus/rustnet/compare/v0.12.1...HEAD
|
||||
[0.12.1]: https://github.com/domcyrus/rustnet/compare/v0.12.0...v0.12.1
|
||||
[0.12.0]: https://github.com/domcyrus/rustnet/compare/v0.11.0...v0.12.0
|
||||
[0.11.0]: https://github.com/domcyrus/rustnet/compare/v0.10.0...v0.11.0
|
||||
[0.10.0]: https://github.com/domcyrus/rustnet/compare/v0.9.0...v0.10.0
|
||||
|
||||
Generated
+1
-1
@@ -1876,7 +1876,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustnet-monitor"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"anyhow",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustnet-monitor"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
authors = ["domcyrus"]
|
||||
edition = "2024"
|
||||
rust-version = "1.88.0" # Let-chains require Rust 1.88.0+
|
||||
|
||||
Reference in New Issue
Block a user