Skip to content

Commit 85eb3ca

Browse files
authored
Merge pull request #427 from k1LoW/tagpr-from-v1.20.0
Release for v1.21.0
2 parents 1c75f81 + ebed901 commit 85eb3ca

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.0](https://github.com/k1LoW/deck/compare/v1.20.0...v1.21.0) - 2025-09-03
4+
### New Features 🎉
5+
- feat: support strikethrough GFM syntax ('~~') by @Songmu in https://github.com/k1LoW/deck/pull/428
6+
### Other Changes
7+
- chore: use cmd.Print by @Songmu in https://github.com/k1LoW/deck/pull/426
8+
- doc: comprehensive documentation for supported markdown by @Songmu in https://github.com/k1LoW/deck/pull/429
9+
310
## [v1.20.0](https://github.com/k1LoW/deck/compare/v1.19.2...v1.20.0) - 2025-09-02
411
### New Features 🎉
512
- feat: implement `deck doctor` command for environment verification by @Songmu in https://github.com/k1LoW/deck/pull/424

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

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)