Skip to content

Commit a4d35c5

Browse files
github-actions[bot]jxomampagent
authored
chore: release changelogs@0.6.0 (#38)
Amp-Thread-ID: https://ampcode.com/threads/T-019c26b4-859b-7538-940c-bf443be607aa Co-authored-by: jxom <7336481+jxom@users.noreply.github.com> Co-authored-by: Amp <amp@ampcode.com>
1 parent 361c721 commit a4d35c5

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.changelog/mild-goats-cry.md

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

.changelog/shy-bats-wave.md

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

CHANGELOG.md

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

3+
## 0.6.0 (2026-02-04)
4+
5+
### Minor Changes
6+
7+
- Replaced auto-generate workflow with check action that comments on PRs with changelog status and optional AI-generated previews. (by @jxom, [#37](https://github.com/wevm/changelogs-rs/pull/37))
8+
9+
### Patch Changes
10+
11+
- Fixed PR number detection to find the *first* merge commit that brought a changelog file into the branch, rather than the most recent one. This prevents incorrect PR attribution on release branches where later merges could incorrectly claim authorship. (by @jxom, [#40](https://github.com/wevm/changelogs-rs/pull/40))
12+
313
## `changelogs@0.5.2`
414

515
### Patch Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.2"
3+
version = "0.6.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/wevm/changelogs-rs"

0 commit comments

Comments
 (0)