Skip to content

Commit

Permalink
Release 1.1.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdno authored Dec 16, 2022
1 parent 5ef759c commit d5bf902
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2022-12-16

### Changed

- Relax version requirements for dependencies ([#39](https://github.com/jdno/godot-logger/pull/39))

## [1.0.0] - 2021-10-20

### Removed
Expand All @@ -33,7 +39,8 @@ 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/v1.0.0...HEAD
[unreleased]: https://github.com/jdno/godot-logger/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/jdno/godot-logger/releases/tag/v1.1.0
[1.0.0]: https://github.com/jdno/godot-logger/releases/tag/v1.0.0
[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
Expand Down
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 = "1.0.0"
version = "1.1.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 @@ -16,7 +16,7 @@ Start by adding [`godot-logger`] and [`log`] as dependencies to your project's

```toml
[dependencies]
godot-logger = "1.0.0"
godot-logger = "1.1.0"
log = "0.4"
```

Expand Down

0 comments on commit d5bf902

Please sign in to comment.