Skip to content

Commit 7f7925b

Browse files
committed
Release v0.12.1
- Improved crate metadata for crates.io publishing
1 parent e22c95f commit 7f7925b

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.1] - 2025-10-02
11+
12+
### Changed
13+
- **Build Configuration**: Improved crate metadata for crates.io publishing
14+
- No functional changes to the binary or runtime behavior
15+
- Enhanced package configuration for better crate ecosystem integration
16+
1017
## [0.12.0] - 2025-10-01
1118

1219
### Added
@@ -189,7 +196,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
189196
- Configurable refresh intervals and filtering options
190197
- Optional logging with multiple log levels
191198

192-
[Unreleased]: https://github.com/domcyrus/rustnet/compare/v0.12.0...HEAD
199+
[Unreleased]: https://github.com/domcyrus/rustnet/compare/v0.12.1...HEAD
200+
[0.12.1]: https://github.com/domcyrus/rustnet/compare/v0.12.0...v0.12.1
193201
[0.12.0]: https://github.com/domcyrus/rustnet/compare/v0.11.0...v0.12.0
194202
[0.11.0]: https://github.com/domcyrus/rustnet/compare/v0.10.0...v0.11.0
195203
[0.10.0]: https://github.com/domcyrus/rustnet/compare/v0.9.0...v0.10.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustnet-monitor"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["domcyrus"]
55
edition = "2024"
66
rust-version = "1.88.0" # Let-chains require Rust 1.88.0+

0 commit comments

Comments
 (0)