From 8d631e30f1f967163694490458fc59cb20e18cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Ha=CC=88hnel?= Date: Thu, 28 Dec 2023 20:48:49 +0100 Subject: [PATCH] chore: release 0.2.0 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c0039..09cef4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.2.0] - 2023-12-28 + +### Miscellaneous Tasks + +- Add readme, license and contributing guide (#5) +- Fix readme badges (#6) +- Remove axum and tower (#7) + ## [0.1.0] - 2023-12-28 ### Features diff --git a/Cargo.lock b/Cargo.lock index 7503afc..b6e766d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,7 +456,7 @@ dependencies = [ [[package]] name = "cipolla" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "arti-client", diff --git a/Cargo.toml b/Cargo.toml index 2947aed..819d48b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cipolla" authors = ["Mark Hähnel "] -version = "0.1.0" +version = "0.2.0" edition = "2021" repository = "https://github.com/markhaehnel/cipolla-rs.git"