Skip to content

Commit 22d1f95

Browse files
chore: release changelogs@0.6.1 (#57)
Co-authored-by: jxom <7336481+jxom@users.noreply.github.com>
1 parent c3a9576 commit 22d1f95

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changelog/9ad60315.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.1 (2026-02-10)
4+
5+
### Patch Changes
6+
7+
- Truncated AI diff to 32KB to prevent "Prompt is too long" errors with AI commands that have smaller context windows. (by @jxom, [c3a9576](https://github.com/wevm/changelogs/commit/c3a9576))
8+
39
## 0.6.0 (2026-02-04)
410

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

0 commit comments

Comments
 (0)