Skip to content

Commit

Permalink
Bump version to 1.3.5+dev
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Nov 14, 2024
2 parents 891bac8 + 5c1b15d commit 941f26e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][]


## [Version 1.3.5][1.3.5] - 2024-11-14

### Fixed

* Compatibility with [BibInternals v0.3.7](https://github.com/Humans-of-Julia/BibInternal.jl/releases/tag/v0.3.7) [[#80][], [#83][]]
* Allow LaTeX escape codes to appear at the beginning of a first name. That is, names are now un-escaped before generating name initials. [[#78][], [#83][]]

### Internal Changes

* The internal `format_labeled_bibliography_reference` function now forwards keyword arguments to the internal `format_names` functions. This makes it easier to customize styles, e.g., to limit the number of author before "et al." is used. [[#79][]]


## [Version 1.3.4][1.3.4] - 2024-09-19

### Internal Changes
Expand Down Expand Up @@ -159,7 +171,8 @@ There were several bugs and limitations in version `1.2.x` for which some existi
* [DocumenterCitations](https://github.com/JuliaDocs/DocumenterCitations.jl) is now hosted under the [JuliaDocs](https://github.com/JuliaDocs) organization.


[Unreleased]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.4...HEAD
[Unreleased]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.5...HEAD
[1.3.5]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.4...v1.3.5
[1.3.4]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.3...v1.3.4
[1.3.3]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.1...v1.3.2
Expand All @@ -169,6 +182,10 @@ There were several bugs and limitations in version `1.2.x` for which some existi
[1.2.0]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v0.2.12...v1.0.0
[#83]: https://github.com/JuliaDocs/DocumenterCitations.jl/pull/83
[#80]: https://github.com/JuliaDocs/DocumenterCitations.jl/issues/80
[#79]: https://github.com/JuliaDocs/DocumenterCitations.jl/pull/79
[#78]: https://github.com/JuliaDocs/DocumenterCitations.jl/issues/78
[#74]: https://github.com/JuliaDocs/DocumenterCitations.jl/pull/74
[#73]: https://github.com/JuliaDocs/DocumenterCitations.jl/issues/73
[#70]: https://github.com/JuliaDocs/DocumenterCitations.jl/pull/70
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DocumenterCitations"
uuid = "daee34ce-89f3-4625-b898-19384cb65244"
authors = ["Michael Goerz <[email protected]>"]
version = "1.3.4+dev"
version = "1.3.5+dev"

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

0 comments on commit 941f26e

Please sign in to comment.