File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
22
33const (
44 Name = "deck"
5- Version = "1.21.1 "
5+ Version = "1.21.2 "
66)
77
88var Revision = "HEAD"
You can’t perform that action at this time.
0 commit comments