Skip to content

Commit e8e8058

Browse files
authored
v0.29.1 (#387)
* bump: v0.29.1 * bump: v0.29.1 * bump: v0.29.1
1 parent 1810633 commit e8e8058

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.29.1] - 2025-05-11
810
### Added:
911
- Tree Query: Support "LIKE", "IN", and "BETWEEN" operations, remove support for "contains" and "in" operations.
1012
- Tree Render: Construct trees dynamically using interactive UI, using `render_tree`, powered by Tkinter.
@@ -788,7 +790,8 @@ ignore null attribute columns.
788790
- Utility Iterator: Tree traversal methods.
789791
- Workflow To Do App: Tree use case with to-do list implementation.
790792

791-
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.29.0...HEAD
793+
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.29.1...HEAD
794+
[0.29.1]: https://github.com/kayjan/bigtree/compare/0.29.0...0.29.1
792795
[0.29.0]: https://github.com/kayjan/bigtree/compare/0.28.0...0.29.0
793796
[0.28.0]: https://github.com/kayjan/bigtree/compare/0.27.0...0.28.0
794797
[0.27.0]: https://github.com/kayjan/bigtree/compare/0.26.0...0.27.0

bigtree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.29.0"
1+
__version__ = "0.29.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)