diff --git a/CHANGELOG.md b/CHANGELOG.md index c87f693..a6192ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,28 @@ 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.2] - 2024-03-06 +### Details +#### Features +- :sparkles: add ratelimits + +#### Miscellaneous Tasks +- :rocket: setup crates.io publishing + ## [0.1.1] - 2024-03-04 ### Details #### Bug Fixes -- :passport_control: properly handle missing api token entry +- :passport_control: properly handle missing api token entry by @daimond113 #### Documentation -- :memo: update README +- :memo: update README by @daimond113 ## [0.1.0] - 2024-03-04 ### Details #### Features - :tada: initial commit by @daimond113 +[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 bf2f476..7f7b73d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3020,7 +3020,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pesde" -version = "0.1.0" +version = "0.1.2" dependencies = [ "anyhow", "auth-git2", diff --git a/Cargo.toml b/Cargo.toml index ad27cc8..1021a77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pesde" -version = "0.1.0" +version = "0.1.2" edition = "2021" license = "MIT" authors = ["daimond113 "]