summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-05-21 19:15:00 +0200
committerGitHub <noreply@github.com>2023-05-21 19:15:00 +0200
commit0c9acd47b9b35d8093661188583dfaafb6d1ea87 (patch)
tree520d21421507c656261ee9b8d3e677d89e226b77
parentabb25f4be09153d70c15ffa07bae36f0ade6d3d4 (diff)
chore: release v0.22.1 (#370)v0.23.0
* chore: release * Update Cargo.toml * Update CHANGELOG.md --------- Co-authored-by: release-plz <release-plz@github.com> Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c23d22..12e2f70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.23.0](https://github.com/XAMPPRocky/octocrab/compare/v0.22.0...v0.22.1) - 2023-05-21
+
+### Other
+- Add "updated since" support to ListIssuesBuilder (#373)
+- Gists API: Complete support (#371)
+- Add more fields (#369)
+
## [0.22.0](https://github.com/XAMPPRocky/octocrab/compare/v0.21.0...v0.21.1) - 2023-05-16
### Other
diff --git a/Cargo.toml b/Cargo.toml
index 6f9f00f..fd3d33c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.22.0"
+version = "0.23.0"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"