Skip to content

Commit ac9e6be

Browse files
authored
release: v2.5.2 (#116)
1 parent f3f744a commit ac9e6be

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [2.5.2] - 2026-04-13
911
### Fixed
1012
- Fix an issue where double hyphens in generated EPUB prose were not converted to en dashes.
1113

@@ -246,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
246248
- Both modes follow the DocC rendering style used in [docs.swift.org](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/), including code highlighting.
247249

248250

249-
[unreleased]: https://github.com/ekassos/swift-book-pdf/compare/v2.5.1...HEAD
251+
[unreleased]: https://github.com/ekassos/swift-book-pdf/compare/v2.5.2...HEAD
252+
[2.5.2]: https://github.com/ekassos/swift-book-pdf/compare/v2.5.1...v2.5.2
250253
[2.5.1]: https://github.com/ekassos/swift-book-pdf/compare/v2.5.0...v2.5.1
251254
[2.5.0]: https://github.com/ekassos/swift-book-pdf/compare/v2.4.1...v2.5.0
252255
[2.4.1]: https://github.com/ekassos/swift-book-pdf/compare/v2.4.0...v2.4.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "swift-book-pdf"
3-
version = "2.5.1"
3+
version = "2.5.2"
44
description = "Generate polished PDF and EPUB editions of The Swift Programming Language book."
55
license = "Apache-2.0"
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)