Skip to content

Commit d2304cc

Browse files
authored
Merge pull request #290 from kayjan/v0.20.1
v0.20.1
2 parents 12accac + 432e5c9 commit d2304cc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.20.1] - 2024-08-24
810
### Changed:
911
- Misc: Documentation update contributing instructions.
1012

@@ -636,7 +638,8 @@ ignore null attribute columns.
636638
- Utility Iterator: Tree traversal methods.
637639
- Workflow To Do App: Tree use case with to-do list implementation.
638640

639-
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.20.0...HEAD
641+
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.20.1...HEAD
642+
[0.20.1]: https://github.com/kayjan/bigtree/compare/0.20.0...0.20.1
640643
[0.20.0]: https://github.com/kayjan/bigtree/compare/0.19.4...0.20.0
641644
[0.19.4]: https://github.com/kayjan/bigtree/compare/0.19.3...0.19.4
642645
[0.19.3]: https://github.com/kayjan/bigtree/compare/0.19.2...0.19.3

bigtree/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.20.0"
1+
__version__ = "0.20.1"
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)