diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..be3a1d8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# 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] + +## [0.1.0](https://github.com/thiagodejesus/grid_engine/releases/tag/v0.1.0) - 2025-05-22 + +### Other + +- add release flow ([#5](https://github.com/thiagodejesus/grid_engine/pull/5)) +- update grid dependency ([#4](https://github.com/thiagodejesus/grid_engine/pull/4)) +- remove engine from cargo categories ([#3](https://github.com/thiagodejesus/grid_engine/pull/3)) +- apply rust api guidelines ([#2](https://github.com/thiagodejesus/grid_engine/pull/2)) +- adjust clippy formatting issues ([#1](https://github.com/thiagodejesus/grid_engine/pull/1)) +- create pull_request action +- update cargo.toml +- add readme and license +- add docs +- move main to examples +- remove serde, wasm and grid_view for now +- initial commit