Skip to content

Commit da0092c

Browse files
committed
Release 1.4.0
1 parent 18abc32 commit da0092c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66

7-
## [Unreleased][]
7+
## [Version 1.4.0][1.4.0] - 2025-06-14
88

99
### Added
1010

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

196196

197-
[Unreleased]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.7...HEAD
197+
[Unreleased]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.4.0...HEAD
198+
[1.4.0]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.7...v1.4.0
198199
[1.3.7]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.6...v1.3.7
199200
[1.3.6]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.5...v1.3.6
200201
[1.3.5]: https://github.com/JuliaDocs/DocumenterCitations.jl/compare/v1.3.4...v1.3.5

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.3.7+dev"
4+
version = "1.4.0"
55

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

devrepl.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# You may also run this in vscode to initialize a development REPL
1313
#
1414
using Pkg
15-
using Downloads: download
1615

1716
cd(@__DIR__)
1817
Pkg.activate("test")

0 commit comments

Comments
 (0)