Skip to content

Commit a160c16

Browse files
authored
chore: release changelogs@0.6.3 (#77)
Co-authored-by: Slokh <4983318+Slokh@users.noreply.github.com>
1 parent 810f56d commit a160c16

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changelog/good-clouds-buzz.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.6.3 (2026-03-18)
4+
5+
### Patch Changes
6+
7+
- Added support for unified versioning in root changelog format by implicitly treating all workspace packages as a fixed group, merging duplicate version headings and deduplicating changelog entries. Added Rust workspace version inheritance support for reading and writing versions via `version.workspace = true`. (by @Kartik, [#79](https://github.com/tempoxyz/changelogs/pull/79))
8+
39
## 0.6.2 (2026-03-17)
410

511
### Patch Changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "changelogs"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/wevm/changelogs-rs"

0 commit comments

Comments
 (0)