Skip to content

Commit 97078ed

Browse files
committed
bump: v1.5.1
1 parent 399085d commit 97078ed

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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+
## [1.5.1] - 2026-06-29
810
### Added:
911
- Search: Search by name/names to allow regex match.
1012
- Studio: Enhance search to be by name, regex, or attribute query.
@@ -14,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1416
### Fixed:
1517
- Query: Query method for inequality to cover cases where attribute is not present.
1618

17-
## [1.5.0]
19+
## [1.5.0] - 2026-06-16
1820
### Added:
1921
- BaseNode: Method `get_common_ancestors` for getting common ancestors, this was already available in parsing module.
2022
- Node: Method `rename` to rename node safely.
@@ -938,7 +940,8 @@ ignore null attribute columns.
938940
- Utility Iterator: Tree traversal methods.
939941
- Workflow To Do App: Tree use case with to-do list implementation.
940942

941-
[Unreleased]: https://github.com/kayjan/bigtree/compare/1.5.0...HEAD
943+
[Unreleased]: https://github.com/kayjan/bigtree/compare/1.5.1...HEAD
944+
[1.5.1]: https://github.com/kayjan/bigtree/compare/1.5.0...1.5.1
942945
[1.5.0]: https://github.com/kayjan/bigtree/compare/1.4.1...1.5.0
943946
[1.4.1]: https://github.com/kayjan/bigtree/compare/1.4.0...1.4.1
944947
[1.4.0]: https://github.com/kayjan/bigtree/compare/1.3.1...1.4.0

bigtree/__init__.py

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

33
from bigtree._globals import Globals
44
from bigtree.binarytree.binarytree import BinaryTree

0 commit comments

Comments
 (0)