Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and hibachrach committed May 1, 2023
1 parent 48249a8 commit c041a89
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 0.2.0 (2023-05-01)


### ⚠ BREAKING CHANGES

* `Node`'s associated type `I` has been renamed to `Iter`.

### Bug Fixes

* make the associated type of `Node` more explicit ([b4badea](https://github.com/hibachrach/render_as_tree/commit/b4badead65d2cf9dc99646f7fa6a9a55fbf0530b))


### Miscellaneous Chores

* release 0.2.0 ([48249a8](https://github.com/hibachrach/render_as_tree/commit/48249a89302d8573d1464c91bb68ca2c70e49057))
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "render_as_tree"
version = "0.1.0"
version = "0.2.0"
authors = ["Hazel Bachrach <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit c041a89

Please sign in to comment.