# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [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 - Remove `Filter` from the crate's public interface ([#13](https://github.com/jdno/godot-logger/pull/13)) ## [0.3.0] - 2021-10-19 ### Changed - Replace `init` function with a builder pattern ([#11](https://github.com/jdno/godot-logger/pull/11)) ## [0.2.0] - 2021-10-04 ### Added - Include module name in log output ([#7](https://github.com/jdno/godot-logger/pull/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/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 [0.1.0]: https://github.com/jdno/godot-logger/releases/tag/v0.1.0