Skip to content

Commit cfd408e

Browse files
authored
Fix version links in CHANGELOG.md
Updated links for unreleased and v3.2.3 versions.
1 parent 4527b20 commit cfd408e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ 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

88
## [Unreleased]
9+
- Nothing yet.
10+
11+
## [v3.2.3] - 2026-02-23
912

1013
### Added
1114
- XML parser now preserves comments and processing instructions during round-trip (#175).
@@ -756,7 +759,8 @@ See [documentation](https://daseldocs.tomwright.me) for all changes.
756759

757760
- Everything!
758761

759-
[unreleased]: https://github.com/TomWright/dasel/compare/v3.2.2...HEAD
762+
[unreleased]: https://github.com/TomWright/dasel/compare/v3.2.3...HEAD
763+
[v3.2.3]: https://github.com/TomWright/dasel/compare/v3.2.2...v3.2.3
760764
[v3.2.2]: https://github.com/TomWright/dasel/compare/v3.2.1...v3.2.2
761765
[v3.2.1]: https://github.com/TomWright/dasel/compare/v3.2.0...v3.2.1
762766
[v3.2.0]: https://github.com/TomWright/dasel/compare/v3.1.4...v3.2.0

0 commit comments

Comments
 (0)