Skip to content

Commit 21bc85d

Browse files
committed
chore(console-api): prepare to release console-api 0.5.0
Signed-off-by: Eliza Weisman <[email protected]>
1 parent f4d3213 commit 21bc85d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

console-api/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,22 @@
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-
## Unreleased
6+
## console-api-v0.5.0 - (2023-05-09)
77

8+
[2cb6ee5](https://github.com/tokio-rs/console/commit/2cb6ee5b813837324f5f9934a929ac928cfbb03f)...[e3c5656](https://github.com/tokio-rs/console/commit/e3c56561a062be123be460dd477f512a6a9ec3cd)
9+
10+
### <a id = "console-api-v0.5.0-breaking"></a>Breaking Changes
11+
- **Update `tonic` to v0.9 ([#420](https://github.com/tokio-rs/console/issues/420))** ([b70c1d8](https://github.com/tokio-rs/console/commit/b70c1d886d64fc43de6715f07ae49313f778e92b))<br />This is a breaking change for users of `console-api`, as it changes the
12+
public `tonic` dependency to a semver-incompatible version. This breaks
13+
compatibility with `tonic` 0.8.
814

915
### Added
1016

1117
- Use tokio task ids in task views ([#403](https://github.com/tokio-rs/console/issues/403)) ([001fc49](https://github.com/tokio-rs/console/commit/001fc49f09ad78cc4ab50770cf4a677ae177103f))
1218
- Add scheduled time per task ([#406](https://github.com/tokio-rs/console/issues/406)) ([ac20daa](https://github.com/tokio-rs/console/commit/ac20daaf301f80e87002593813965d11d11371e4))
1319
- Add task scheduled times histogram ([#409](https://github.com/tokio-rs/console/issues/409)) ([3b37dda](https://github.com/tokio-rs/console/commit/3b37dda773f8cd237f6759d193fdc83a75ab7653))
20+
- [**breaking**](#console-api-v0.5.0-breaking) Update `tonic` to v0.9 ([#420](https://github.com/tokio-rs/console/issues/420)) ([b70c1d8](https://github.com/tokio-rs/console/commit/b70c1d886d64fc43de6715f07ae49313f778e92b))
21+
- Update MSRV to Rust 1.60.0 ([e3c5656](https://github.com/tokio-rs/console/commit/e3c56561a062be123be460dd477f512a6a9ec3cd))
1422

1523
## console-api-v0.3.0 - (2022-05-23)
1624

console-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "console-api"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
license = "MIT"
55
edition = "2021"
66
rust-version = "1.60.0"

0 commit comments

Comments
 (0)