summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-04-13 08:45:28 +0200
committerGitHub <noreply@github.com>2023-04-13 08:45:28 +0200
commitb9b835ecc356e3aec2816fdfd04c820933513b91 (patch)
tree5a89f5ad0e6a0e5cf9f2bb53770f0799af502fb3
parent9ad2e7631be2f1e275a2b83d7b8e8fbaed41b2bb (diff)
chore: release (#334)v0.20.0-alpha.3
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eef5b04..c0111d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.20.0-alpha.3](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0-alpha.2...v0.20.0-alpha.3) - 2023-04-12
+
+### Other
+- Handle `DELETE /gists/{gist_id}` (#333)
+
## [0.20.0-alpha.2](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0-alpha.1...v0.20.0-alpha.2) - 2023-04-10
### Other
diff --git a/Cargo.toml b/Cargo.toml
index daf4dd9..3e75104 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.20.0-alpha.2"
+version = "0.20.0-alpha.3"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"