Skip to content

Commit 1024c08

Browse files
committed
bump: version 2.5.0
1 parent 46ce025 commit 1024c08

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

8-
## [NEXT.VERSION]
8+
## [2.5.0]
99

1010
### Added
1111

@@ -211,4 +211,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211211
[2.4.0]: https://github.com/TendTo/rules_doxygen/compare/2.3.0...2.4.0
212212
[2.4.1]: https://github.com/TendTo/rules_doxygen/compare/2.4.0...2.4.1
213213
[2.4.2]: https://github.com/TendTo/rules_doxygen/compare/2.4.1...2.4.2
214-
[NEXT.VERSION]: https://github.com/TendTo/rules_doxygen/compare/2.4.2...HEAD
214+
[2.5.0]: https://github.com/TendTo/rules_doxygen/compare/2.4.2...2.5.0
215+
[NEXT.VERSION]: https://github.com/TendTo/rules_doxygen/compare/2.5.0...HEAD

examples/submodules/submodule2/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(name = "submodule2")
22

3-
bazel_dep(name = "rules_doxygen", version = "2.4.2")
3+
bazel_dep(name = "rules_doxygen", version = "2.5.0")
44
local_path_override(
55
module_name = "rules_doxygen",
66
path = "../../../",

0 commit comments

Comments
 (0)