Skip to content

Commit 384a07e

Browse files
authored
Merge pull request #305 from kayjan/v0.21.2
v0.21.2
2 parents 0617054 + 9212d18 commit 384a07e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
8+
9+
## [0.21.2] - 2024-10-14
810
### Added:
911
- Misc: Pull request template.
1012
### Fixed:
@@ -655,7 +657,8 @@ ignore null attribute columns.
655657
- Utility Iterator: Tree traversal methods.
656658
- Workflow To Do App: Tree use case with to-do list implementation.
657659

658-
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.21.1...HEAD
660+
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.21.2...HEAD
661+
[0.21.2]: https://github.com/kayjan/bigtree/compare/0.21.1...0.21.2
659662
[0.21.1]: https://github.com/kayjan/bigtree/compare/0.21.0...0.21.1
660663
[0.21.0]: https://github.com/kayjan/bigtree/compare/0.20.1...0.21.0
661664
[0.20.1]: https://github.com/kayjan/bigtree/compare/0.20.0...0.20.1

bigtree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.21.1"
1+
__version__ = "0.21.2"
22

33
from bigtree.binarytree.construct import list_to_binarytree
44
from bigtree.dag.construct import dataframe_to_dag, dict_to_dag, list_to_dag

0 commit comments

Comments
 (0)