From 6f1457c5aaa124aece9400df84c71b126cfc2177 Mon Sep 17 00:00:00 2001 From: blelump Date: Wed, 13 Nov 2024 10:03:19 +0100 Subject: [PATCH] chore: release 0.2.0 version --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3db55..1b0cbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - 2024-11-13 +## [0.2.0] - 2024-11-13 ### 🚀 Features @@ -12,5 +12,6 @@ All notable changes to this project will be documented in this file. - Add LICENSE - Add release.toml +- Add CI diff --git a/Cargo.toml b/Cargo.toml index eb3e41c..d5f7bfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dkms-dev-cli" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html