From 970a8dce50645b60eb08c25e2f07708fe0b2246f Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Sun, 10 Mar 2024 19:05:09 +0100 Subject: [PATCH] chore(release): prepare for v0.1.3 --- CHANGELOG.md | 11 +++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6192ee..c385b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,19 @@ 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). +## [0.1.3] - 2024-03-10 +### Details +#### Features +- :sparkles: add init, add, remove, and outdated commands +- :sparkles: package versions endpoint + ## [0.1.2] - 2024-03-06 ### Details #### Features -- :sparkles: add ratelimits +- :sparkles: add ratelimits by @daimond113 #### Miscellaneous Tasks -- :rocket: setup crates.io publishing +- :rocket: setup crates.io publishing by @daimond113 ## [0.1.1] - 2024-03-04 ### Details @@ -26,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Features - :tada: initial commit by @daimond113 +[0.1.3]: https://github.com/daimond113/pesde/compare/v0.1.2..v0.1.3 [0.1.2]: https://github.com/daimond113/pesde/compare/v0.1.1..v0.1.2 [0.1.1]: https://github.com/daimond113/pesde/compare/v0.1.0..v0.1.1 diff --git a/Cargo.lock b/Cargo.lock index d002288..042329d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3095,7 +3095,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pesde" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "auth-git2", diff --git a/Cargo.toml b/Cargo.toml index af2ed39..9c3196c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pesde" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MIT" authors = ["daimond113 "]