Skip to content

Commit c041a89

Browse files
github-actions[bot]hibachrach
authored andcommitted
chore(main): release 0.2.0
1 parent 48249a8 commit c041a89

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 0.2.0 (2023-05-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `Node`'s associated type `I` has been renamed to `Iter`.
9+
10+
### Bug Fixes
11+
12+
* make the associated type of `Node` more explicit ([b4badea](https://github.com/hibachrach/render_as_tree/commit/b4badead65d2cf9dc99646f7fa6a9a55fbf0530b))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* release 0.2.0 ([48249a8](https://github.com/hibachrach/render_as_tree/commit/48249a89302d8573d1464c91bb68ca2c70e49057))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "render_as_tree"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Hazel Bachrach <bachrach.hazel@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)