Skip to content

Commit 0b525cb

Browse files
authored
Merge pull request #456 from k1LoW/tagpr-from-v1.21.5
Release for v1.21.6
2 parents 282e25f + 11eda6c commit 0b525cb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [v1.21.6](https://github.com/k1LoW/deck/compare/v1.21.5...v1.21.6) - 2025-10-29
4+
### New Features 🎉
5+
- fix: simplify image comparison logic by removing MIME type check by @k1LoW in https://github.com/k1LoW/deck/pull/461
6+
### Other Changes
7+
- chore(deps): bump google.golang.org/api from 0.249.0 to 0.250.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/deck/pull/455
8+
- chore: setup tagpr labels by @k1LoW in https://github.com/k1LoW/deck/pull/459
9+
- chore(deps): bump the dependencies group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/458
10+
- chore(deps): bump google.golang.org/api from 0.252.0 to 0.253.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/deck/pull/460
11+
312
## [v1.21.5](https://github.com/k1LoW/deck/compare/v1.21.4...v1.21.5) - 2025-09-15
413
### Fix bug 🐛
514
- [k1LoW/deck#448] fix link text including underscore is partially missing by @takaidohigasi in https://github.com/k1LoW/deck/pull/449

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

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)