Skip to content

Commit

Permalink
Changed: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan authored Jan 17, 2024
1 parent 7f66446 commit dc7ecdf
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.5] - TBD
## [Unreleased]

## [0.15.5] - 2023-01-17
### Changed
- Misc: Neater handling of strings for tests.
- Misc: Better examples for merging trees and weighted trees in Sphinx documentation.
- Misc: Fix links and introduce unreleased segment in CHANGELOG.

## [0.15.4] - 2024-01-11
### Changed
Expand Down Expand Up @@ -448,12 +451,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Utility Iterator: Tree traversal methods.
- Workflow To Do App: Tree use case with to-do list implementation.

[0.15.5]: https://github.com/kayjan/bigtree/compare/0.15.5...0.15.4
[0.15.4]: https://github.com/kayjan/bigtree/compare/0.15.4...0.15.3
[0.15.3]: https://github.com/kayjan/bigtree/compare/0.15.3...0.15.2
[0.15.2]: https://github.com/kayjan/bigtree/compare/0.15.2...0.15.1
[0.15.1]: https://github.com/kayjan/bigtree/compare/0.15.1...0.15.0
[0.15.0]: https://github.com/kayjan/bigtree/compare/0.15.0...0.14.8
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.15.5...HEAD
[0.15.5]: https://github.com/kayjan/bigtree/compare/0.15.4...0.15.5
[0.15.4]: https://github.com/kayjan/bigtree/compare/0.15.3...0.15.4
[0.15.3]: https://github.com/kayjan/bigtree/compare/0.15.2...0.15.3
[0.15.2]: https://github.com/kayjan/bigtree/compare/0.15.1...0.15.2
[0.15.1]: https://github.com/kayjan/bigtree/compare/0.15.0...0.15.1
[0.15.0]: https://github.com/kayjan/bigtree/compare/0.14.8...0.15.0
[0.14.8]: https://github.com/kayjan/bigtree/compare/0.14.7...0.14.8
[0.14.7]: https://github.com/kayjan/bigtree/compare/0.14.6...0.14.7
[0.14.6]: https://github.com/kayjan/bigtree/compare/0.14.5...0.14.6
Expand Down

0 comments on commit dc7ecdf

Please sign in to comment.