From 62c59878822b545aae2b897c665d124dd38bd076 Mon Sep 17 00:00:00 2001 From: Marc Brinkmann Date: Fri, 19 Jan 2024 22:09:41 +0100 Subject: [PATCH] Release version `0.2.0` --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31304b8..0c4bf66 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2024-01-09 ### Added diff --git a/Cargo.lock b/Cargo.lock index ccaa27d..16c7b40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -948,7 +948,7 @@ dependencies = [ [[package]] name = "rockslide" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3f2bf4b..6ecb5e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rockslide" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT"