Skip to content

Commit d4cdbb7

Browse files
authored
Merge pull request #365 from k1LoW/tagpr-from-v1.14.0
Release for v1.15.0
2 parents 14757e3 + 5f7a78c commit d4cdbb7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [v1.15.0](https://github.com/k1LoW/deck/compare/v1.14.0...v1.15.0) - 2025-08-16
4+
### New Features 🎉
5+
- feat: Add basePresentationID configuration for default theme reuse by @Songmu in https://github.com/k1LoW/deck/pull/367
6+
- feat: Add JSON schema for configuration validation by @Songmu in https://github.com/k1LoW/deck/pull/368
7+
### Other Changes
8+
- ci: introduce integration test on GitHub Actions by @Songmu in https://github.com/k1LoW/deck/pull/355
9+
- ci: separate octocov settings for full tests and standard tests by @Songmu in https://github.com/k1LoW/deck/pull/366
10+
311
## [v1.14.0](https://github.com/k1LoW/deck/compare/v1.13.1...v1.14.0) - 2025-08-15
412
### New Features 🎉
513
- feat: support service account with several authentication methods by @Songmu in https://github.com/k1LoW/deck/pull/359

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

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)