Skip to content

Commit 6a92f30

Browse files
committed
v0.8.3 update coverage pyproject.toml
1 parent c0c85b2 commit 6a92f30

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.
44
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

7+
## [0.8.3] - 2023-03-16
8+
### Changed
9+
- Workflow: Misc refactor and update log statements.
10+
- Misc: Fix coverage report.
11+
712
## [0.8.2] - 2023-03-16
813
### Changed
914
- Type Checking: Remove Optional requirement for `mypy`.
10-
- Misc: Shift .flake8, .mypy.ini, and pytest.ini files to pyproject.toml
15+
- Misc: Shift .flake8, .mypy.ini, and pytest.ini files to pyproject.toml.
1116

1217
## [0.8.1] - 2023-03-10
1318
### Fixed
@@ -222,6 +227,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222227
- Utility Iterator: Tree traversal methods.
223228
- Workflow To Do App: Tree use case with to-do list implementation.
224229

230+
[0.8.3]: https://github.com/kayjan/bigtree/compare/v0.8.2...v0.8.3
225231
[0.8.2]: https://github.com/kayjan/bigtree/compare/v0.8.1...v0.8.2
226232
[0.8.1]: https://github.com/kayjan/bigtree/compare/v0.8.0...v0.8.1
227233
[0.8.0]: https://github.com/kayjan/bigtree/compare/v0.7.4...v0.8.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.8.2"
1+
__version__ = "0.8.3"
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)