Skip to content

Commit 1665baa

Browse files
committed
Bump version to 1.4.1+dev
2 parents d9f45ed + a57de42 commit 1665baa

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

NEWS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased][]
88

99

10+
## [Version 1.4.1][1.4.1] - 2025-08-26
11+
12+
### Fixed
13+
14+
* The LaTeX special symbol `\S` in a `.bib` file is now correctly translated to the section sign `§`. [[#102][]]
15+
16+
1017
## [Version 1.4.0][1.4.0] - 2025-06-14
1118

1219
### Added
@@ -197,7 +204,8 @@ There were several bugs and limitations in version `1.2.x` for which some existi
197204
* [DocumenterCitations](https://github.com/JuliaDocs/DocumenterCitations.jl) is now hosted under the [JuliaDocs](https://github.com/JuliaDocs) organization.
198205

199206

200-
[Unreleased]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.4.0...HEAD
207+
[Unreleased]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.4.1...HEAD
208+
[1.4.1]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.4.0...v1.4.1
201209
[1.4.0]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.7...v1.4.0
202210
[1.3.7]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.6...v1.3.7
203211
[1.3.6]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.5...v1.3.6
@@ -211,6 +219,7 @@ There were several bugs and limitations in version `1.2.x` for which some existi
211219
[1.2.0]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.1.0...v1.2.0
212220
[1.1.0]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.0.0...v1.1.0
213221
[1.0.0]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v0.2.12...v1.0.0
222+
[#102]: https://github.com/JuliaDocs/DocumenterCitations.jl/pull/102
214223
[#95]: https://github.com/JuliaDocs/DocumenterCitations.jl/pull/95
215224
[#89]: https://github.com/JuliaDocs/DocumenterCitations.jl/pull/89
216225
[#87]: https://github.com/JuliaDocs/DocumenterCitations.jl/pull/87

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DocumenterCitations"
22
uuid = "daee34ce-89f3-4625-b898-19384cb65244"
33
authors = ["Michael Goerz <mail@michaelgoerz.net>"]
4-
version = "1.4.0+dev"
4+
version = "1.4.1+dev"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

0 commit comments

Comments
 (0)