Skip to content

Commit

Permalink
Release v0.5.0 (#35)
Browse files Browse the repository at this point in the history
* Bump version to v0.5.0

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Update changelog for v0.5.0 release

Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Jun 23, 2022
1 parent 3777df9 commit 8a92901
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changelog/v0.5.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*23 June 2022*

This release includes a minor footgun guardrail and some minor improvements to
the way I/O errors are reported.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v0.5.0

*23 June 2022*

This release includes a minor footgun guardrail and some minor improvements to
the way I/O errors are reported.

### BREAKING CHANGES

- It is now required to add components to your `config.toml`
file prior to creating entries referencing those components
([#23](https://github.com/informalsystems/unclog/issues/23))

## v0.4.1

Just one minor bug fix relating to component rendering.
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 = "unclog"
version = "0.4.1"
version = "0.5.0"
authors = ["Thane Thomson <thane@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 8a92901

Please sign in to comment.