Skip to content

Commit a5242aa

Browse files
authored
Merge pull request #383 from k1LoW/tagpr-from-v1.15.3
Release for v1.16.0
2 parents 64b1a90 + 576522f commit a5242aa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [v1.16.0](https://github.com/k1LoW/deck/compare/v1.15.3...v1.16.0) - 2025-08-20
4+
### New Features 🎉
5+
- feat: support Backslash escapes by @Songmu in https://github.com/k1LoW/deck/pull/382
6+
37
## [v1.15.3](https://github.com/k1LoW/deck/compare/v1.15.2...v1.15.3) - 2025-08-20
48
### Fix bug 🐛
59
- fix: removal of unnecessary <br> processing by @Songmu in https://github.com/k1LoW/deck/pull/379

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

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)