Skip to content

Commit f1dd40b

Browse files
committed
bump: v0.22.2 planned
1 parent 4e124ef commit f1dd40b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ 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.22.2] - 2024-11-11
810
### Added:
911
- Tree Export: Print tree to allow alias.
1012
- Tree Export: Mermaid diagram to include theme.
1113
### Fixed:
1214
- Misc: Doctest for docstrings, docstring to indicate usage prefers `node_name` to `name`.
15+
- Misc: Documentation to include tips and tricks on working with custom classes.
1316
- Tree Export: Mermaid diagram title to add newline.
1417
- Tree Helper: Get tree diff string replacement bug when the path change is substring of another path.
1518

@@ -686,7 +689,8 @@ ignore null attribute columns.
686689
- Utility Iterator: Tree traversal methods.
687690
- Workflow To Do App: Tree use case with to-do list implementation.
688691

689-
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.22.1...HEAD
692+
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.22.2...HEAD
693+
[0.22.2]: https://github.com/kayjan/bigtree/compare/0.22.1...0.22.2
690694
[0.22.1]: https://github.com/kayjan/bigtree/compare/0.22.0...0.22.1
691695
[0.22.0]: https://github.com/kayjan/bigtree/compare/0.21.3...0.22.0
692696
[0.21.3]: https://github.com/kayjan/bigtree/compare/0.21.2...0.21.3

bigtree/__init__.py

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