Skip to content

Commit b25da3f

Browse files
chore: release
1 parent cbe5993 commit b25da3f

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
## 0.4.0 - (2024-07-29)
78

89
### <a id = "0.4.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.4.0"
3+
version = "0.4.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.13 - (2024-09-27)
7+
8+
9+
### Fixed
10+
11+
- Correct the grammar issue ([#579](https://github.com/tokio-rs/console/pull/579)) ([f8e1bee](https://github.com/tokio-rs/console/commit/f8e1bee760358f702ca8359ec3de6cb39649fe60))
12+
13+
614
## 0.1.12 - (2024-07-29)
715

816
### Fixed

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.12"
3+
version = "0.1.13"
44
license = "MIT"
55
repository = "https://github.com/tokio-rs/console"
66
edition = "2021"

0 commit comments

Comments
 (0)