Skip to content

Commit

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

## [Unreleased]

## [0.2.0]

### Added

- Include module name in log output
- Include module name in log output (#7)

## [0.1.0] - 2021-09-25

### Added

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

[unreleased]: https://github.com/jdno/godot-logger/compare/v0.1.0...HEAD
[unreleased]: https://github.com/jdno/godot-logger/compare/v0.2.0...HEAD
[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.1.0"
version = "0.2.0"
edition = "2018"

description = "A logger for godot-rust projects that prints logs using the godot_print! macro"
Expand Down

0 comments on commit 126e74d

Please sign in to comment.