Skip to content

Commit 9ea494e

Browse files
authored
Merge pull request #436 from k1LoW/tagpr-from-v1.21.1
Release for v1.21.2
2 parents 12d4e07 + 1bc90df commit 9ea494e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v1.21.2](https://github.com/k1LoW/deck/compare/v1.21.1...v1.21.2) - 2025-09-05
4+
### Other Changes
5+
- doc: refine README.md by @Songmu in https://github.com/k1LoW/deck/pull/435
6+
- feat: stop forcing command execution through bash by @Songmu in https://github.com/k1LoW/deck/pull/437
7+
- ci: use use_existing_draft instead of replace_existing_draft by @Songmu in https://github.com/k1LoW/deck/pull/438
8+
39
## [v1.21.1](https://github.com/k1LoW/deck/compare/v1.21.0...v1.21.1) - 2025-09-04
410
### Other Changes
511
- docs: replace deprecated --from flag with --base flag in README by @7kaji in https://github.com/k1LoW/deck/pull/430

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.1"
5+
Version = "1.21.2"
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)