From 1d7284476922c250293cff0dfc2ef600833fe77f Mon Sep 17 00:00:00 2001 From: Hayden Stainsby Date: Mon, 10 Jun 2024 12:37:15 +0200 Subject: [PATCH] update changelog tags Updated the tags in the changelogs to match the ones we were using before (`-v` instead of just ``). Also changed the version for the new tokio-console release to 0.1.11, instead of 0.2.0 as it contains no breaking changes. --- console-api/CHANGELOG.md | 2 +- console-subscriber/CHANGELOG.md | 2 +- tokio-console/CHANGELOG.md | 12 +----------- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/console-api/CHANGELOG.md b/console-api/CHANGELOG.md index d644bcc44..c83718e82 100644 --- a/console-api/CHANGELOG.md +++ b/console-api/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.7.0 - (2024-06-08) +## console-api-v0.7.0 - (2024-06-10) ### Breaking Changes - **Bump tonic to 0.11 ([#547](https://github.com/tokio-rs/console/pull/547))** ([ef6816c](https://github.com/tokio-rs/console/commit/ef6816caa0fe84171105b513425506f25d3082af))
This is a breaking change for users of `console-api` and diff --git a/console-subscriber/CHANGELOG.md b/console-subscriber/CHANGELOG.md index cad23dffe..bd647d90c 100644 --- a/console-subscriber/CHANGELOG.md +++ b/console-subscriber/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.3.0 - (2024-06-08) +## console-subscriber-v0.3.0 - (2024-06-10) ### Breaking Changes - **Bump tonic to 0.11 ([#547](https://github.com/tokio-rs/console/pull/547))** ([ef6816c](https://github.com/tokio-rs/console/commit/ef6816caa0fe84171105b513425506f25d3082af))
This is a breaking change for users of `console-api` and diff --git a/tokio-console/CHANGELOG.md b/tokio-console/CHANGELOG.md index a6cd4312e..b5e32ed04 100644 --- a/tokio-console/CHANGELOG.md +++ b/tokio-console/CHANGELOG.md @@ -3,13 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.2.0 - (2024-06-08) - -### Breaking Changes -- **Bump tonic to 0.11 ([#547](https://github.com/tokio-rs/console/pull/547))** ([ef6816c](https://github.com/tokio-rs/console/commit/ef6816caa0fe84171105b513425506f25d3082af))
This is a breaking change for users of `console-api` and -`console-subscriber`, as it changes the public `tonic` dependency to a -semver-incompatible version. This breaks compatibility with `tonic` -0.10.x. +## tokio-console-v0.1.11 - (2024-06-10) ### Added @@ -30,10 +24,6 @@ semver-incompatible version. This breaks compatibility with `tonic` - Remove duplicate controls from async ops view ([#519](https://github.com/tokio-rs/console/pull/519)) ([f28ba4a](https://github.com/tokio-rs/console/commit/f28ba4abcf1644b10d260797806f7425b391b226)) - Add pretty format for 'last woken' time ([#529](https://github.com/tokio-rs/console/pull/529)) ([ea11ad8](https://github.com/tokio-rs/console/commit/ea11ad8d6040ef564952b80d58abc713376b6160)) -### Updated - -- [**breaking**](#0.2.0-breaking) Bump tonic to 0.11 ([#547](https://github.com/tokio-rs/console/pull/547)) ([ef6816c](https://github.com/tokio-rs/console/commit/ef6816caa0fe84171105b513425506f25d3082af)) - ## tokio-console-v0.1.10 - (2023-09-29)