Skip to content

Commit

Permalink
chore(master): release 0.8.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 a5902d6 commit 6d208e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.8.0](https://github.com/hibachrach/ruut/compare/v0.7.0...v0.8.0) (2023-05-01)


### ⚠ BREAKING CHANGES

* extract `node_to_lines` into separate package, `render_as_tree`

### Code Refactoring

* extract `node_to_lines` into separate package, `render_as_tree` ([a5902d6](https://github.com/hibachrach/ruut/commit/a5902d62812b4c671ef0e368415dae09b8dddd00))

## [0.7.0](https://github.com/hibachrach/ruut/compare/v0.6.1...v0.7.0) (2022-07-30)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruut"
version = "0.7.0"
version = "0.8.0"
authors = ["Hazel Bachrach <bachrach.hazel@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 6d208e0

Please sign in to comment.