From e49d6c0c4c455677c46118ca37a39bc6d70fd79e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 00:55:52 +0000 Subject: [PATCH] chore: release v0.1.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md 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