From 50977f7b5e90b03906ca792198ff7417b1f55239 Mon Sep 17 00:00:00 2001 From: Markus Mayer Date: Thu, 11 May 2023 00:59:44 +0200 Subject: [PATCH] Finish 0.2.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 183c952..bf879c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.2.0 - 2023-05-11 ### Added diff --git a/Cargo.toml b/Cargo.toml index b1306cb..e83e6bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "humans-and-zombies" -version = "0.2.0-unstable" +version = "0.2.0" edition = "2021" [features]