Skip to content

Commit

Permalink
Release 0.3.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdno committed Oct 19, 2021
1 parent 603ba96 commit 20c90a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]

### Changed

- Replace `init` function with a builder pattern
Expand All @@ -25,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Implement simple logger that prints messages to the output console in Godot

[unreleased]: https://github.com/jdno/godot-logger/compare/v0.2.0...HEAD
[unreleased]: https://github.com/jdno/godot-logger/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/jdno/godot-logger/releases/tag/v0.3.0
[0.2.0]: https://github.com/jdno/godot-logger/releases/tag/v0.2.0
[0.1.0]: https://github.com/jdno/godot-logger/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "godot-logger"
version = "0.2.0"
version = "0.3.0"
edition = "2018"

description = "A logger for godot-rust projects that prints logs using the godot_print! macro"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Start by adding [`godot-logger`] and [`log`] as dependencies to your project's

```toml
[dependencies]
godot-logger = "0.2.0"
godot-logger = "0.3.0"
log = "0.4"
```

Expand Down

0 comments on commit 20c90a0

Please sign in to comment.