diff --git a/CHANGELOG.md b/CHANGELOG.md index b44a7f9..63b8596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/thiagodejesus/grid_engine/compare/v0.1.1...v0.1.2) - 2025-06-05 + +### Other + +- *(grid_events)* change event_listener id generation strategy to counter ([#13](https://github.com/thiagodejesus/grid_engine/pull/13)) +- update readme to remove no compilable examples and update instalation instruction ([#11](https://github.com/thiagodejesus/grid_engine/pull/11)) + ## [0.1.1](https://github.com/thiagodejesus/grid_engine/compare/v0.1.0...v0.1.1) - 2025-05-22 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3637256..6fd83d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "71b01d27060ad58be4663b9e4ac9e2d4806918e8876af8912afbddd1a91d5eaa" [[package]] name = "grid-engine" -version = "0.1.1" +version = "0.1.2" dependencies = [ "grid", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 1234802..20f8dbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grid-engine" -version = "0.1.1" +version = "0.1.2" edition = "2024" authors = ["Thiago Ramos"] description = "A flexible and efficient library for managing 2D grid-based layouts with automatic collision handling and dynamic vertical expansion"