Skip to content

Commit 07dcc67

Browse files
authored
Merge pull request #380 from k1LoW/tagpr-from-v1.15.2
Release for v1.15.3
2 parents 3928c37 + e053657 commit 07dcc67

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.15.3](https://github.com/k1LoW/deck/compare/v1.15.2...v1.15.3) - 2025-08-20
4+
### Fix bug 🐛
5+
- fix: removal of unnecessary <br> processing by @Songmu in https://github.com/k1LoW/deck/pull/379
6+
### Other Changes
7+
- ci: make tagpr work with workflow dispatch by @Songmu in https://github.com/k1LoW/deck/pull/381
8+
39
## [v1.15.2](https://github.com/k1LoW/deck/compare/v1.15.1...v1.15.2) - 2025-08-19
410
### Fix bug 🐛
511
- fix: correct handling of `ignore` outside in non-watch mode. by @k1LoW in https://github.com/k1LoW/deck/pull/378

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

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)