diff --git a/CHANGELOG.md b/CHANGELOG.md index be3a1d8..b44a7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/thiagodejesus/grid_engine/compare/v0.1.0...v0.1.1) - 2025-05-22 + +### Other + +- adjust action import ([#10](https://github.com/thiagodejesus/grid_engine/pull/10)) +- refactor flows to also run tests on main before release ([#9](https://github.com/thiagodejesus/grid_engine/pull/9)) +- improve public api usability ([#7](https://github.com/thiagodejesus/grid_engine/pull/7)) + ## [0.1.0](https://github.com/thiagodejesus/grid_engine/releases/tag/v0.1.0) - 2025-05-22 ### Other diff --git a/Cargo.lock b/Cargo.lock index 4289a68..81338e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ checksum = "71b01d27060ad58be4663b9e4ac9e2d4806918e8876af8912afbddd1a91d5eaa" [[package]] name = "grid-engine" -version = "0.1.0" +version = "0.1.1" dependencies = [ "grid", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index d7df3db..ec096e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grid-engine" -version = "0.1.0" +version = "0.1.1" 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"