Skip to content

Commit bf98e96

Browse files
committed
v17.0.3
1 parent a38ede4 commit bf98e96

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
88

99
### Added
1010

11+
### Changed
12+
13+
### Removed
14+
15+
## [17.0.3] - 2025-10-10
16+
17+
### Added
18+
1119
- Styles validation against style definition and corresponding gradle tasks
1220
- Font identification based on used text styles and font (subfont) file localization in ICM font root folder
1321
- Project config option to override default font root folder
@@ -38,5 +46,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
3846
- This CHANGELOG file
3947

4048
[unreleased]: https://github.com/quadient/migration-stack/compare/v17.0.2...HEAD
41-
[17.0.2]: https://github.com/quadient/migration-stack/releases/tag/v17.0.2
49+
[17.0.3]: https://github.com/quadient/migration-stack/compare/v17.0.2..v17.0.3
50+
[17.0.2]: https://github.com/quadient/migration-stack/compare/v0.0.1..v17.0.2
4251
[0.0.1]: https://github.com/quadient/migration-stack/releases/tag/v0.0.1

migration-app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "com.quadient.migration"
14-
version = "17.0.2"
14+
version = "17.0.3"
1515

1616
application {
1717
mainClass = "io.ktor.server.netty.EngineMain"
@@ -130,4 +130,4 @@ tasks {
130130

131131
dependsOn("buildFatJar", "copyDist", "copyScripts", "buildFrontend", "copyFrontend")
132132
}
133-
}
133+
}

0 commit comments

Comments
 (0)