diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d15e35b641b8c38d808f8b0dd3954d5aed80f8b..22c0e770cecb27efae97c0b58e0ae17186bff1b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2024/11/17 ### Added diff --git a/Cargo.toml b/Cargo.toml index e71893a089689c71bd592877a41f873cb8494c82..789c08ba44fd41d3a94348e4401660852452b276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "micro_autotile" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "Apache-2.0" description = "A rusty implementation of LDTK autotiling"