Skip to content

Commit 595b7f0

Browse files
authored
Merge pull request #431 from k1LoW/tagpr-from-v1.21.0
Release for v1.21.1
2 parents dc5101a + e2b30a3 commit 595b7f0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [v1.21.1](https://github.com/k1LoW/deck/compare/v1.21.0...v1.21.1) - 2025-09-04
4+
### Other Changes
5+
- docs: replace deprecated --from flag with --base flag in README by @7kaji in https://github.com/k1LoW/deck/pull/430
6+
- chore: move unused public methods from the deck command to export.go by @Songmu in https://github.com/k1LoW/deck/pull/432
7+
- chore: remove redundant checks by @Songmu in https://github.com/k1LoW/deck/pull/433
8+
- chore: enhance logs in applying by @Songmu in https://github.com/k1LoW/deck/pull/434
9+
310
## [v1.21.0](https://github.com/k1LoW/deck/compare/v1.20.0...v1.21.0) - 2025-09-03
411
### New Features 🎉
512
- feat: support strikethrough GFM syntax ('~~') by @Songmu in https://github.com/k1LoW/deck/pull/428

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
const (
44
Name = "deck"
5-
Version = "1.21.0"
5+
Version = "1.21.1"
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)