Skip to content

Commit e40e604

Browse files
chore: release
1 parent 6ad0def commit e40e604

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console-subscriber/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
67
## console-subscriber-v0.3.0 - (2024-06-10)
78

89
### <a id = "0.3.0-breaking"></a>Breaking Changes

console-subscriber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "console-subscriber"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
license = "MIT"
55
edition = "2021"
66
rust-version = "1.74.0"

tokio-console/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## 0.1.12 - (2024-07-03)
7+
8+
9+
### Fixed
10+
11+
- Handle Windows path correctly ([#555](https://github.com/tokio-rs/console/pull/555)) ([6ad0def](https://github.com/tokio-rs/console/commit/6ad0def9c4ac3d4e85ad8b7247ca270ff07b45b8))
12+
13+
614
## tokio-console-v0.1.11 - (2024-06-10)
715

816
### Added

tokio-console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-console"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
license = "MIT"
55
repository = "https://github.com/tokio-rs/console"
66
edition = "2021"

0 commit comments

Comments
 (0)