summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-03 08:29:36 +0100
committerGitHub <noreply@github.com>2023-11-03 08:29:36 +0100
commit2a3bfdb51238a47ee7c88730472828341edd02c9 (patch)
treeb0e7bb71104424f462554f466c34b3659799edb4
parent184791c01e4279872398ece16dd5601e1b9e6862 (diff)
chore: release v0.31.3 (#472)v0.32.0
* chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update Cargo.toml * Update CHANGELOG.md --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
-rw-r--r--CHANGELOG.md11
-rw-r--r--Cargo.toml2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca90b1d..4941ff1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.32.0](https://github.com/XAMPPRocky/octocrab/compare/v0.31.2...v0.31.3) - 2023-11-01
+
+### Other
+- support eq and hash ([#480](https://github.com/XAMPPRocky/octocrab/pull/480))
+- Demonstrate variables and paging ([#481](https://github.com/XAMPPRocky/octocrab/pull/481))
+- Fix a bunch of clippy issues ([#482](https://github.com/XAMPPRocky/octocrab/pull/482))
+- add events for auto_merge_[disabled|enabled] ([#479](https://github.com/XAMPPRocky/octocrab/pull/479))
+- Add examples/graphql_issues.rs ([#478](https://github.com/XAMPPRocky/octocrab/pull/478))
+- Document the PullRequest number field ([#476](https://github.com/XAMPPRocky/octocrab/pull/476))
+- Update jsonwebtoken requirement from 8 to 9 ([#471](https://github.com/XAMPPRocky/octocrab/pull/471))
+
## [0.31.2](https://github.com/XAMPPRocky/octocrab/compare/v0.31.1...v0.31.2) - 2023-10-15
### Other
diff --git a/Cargo.toml b/Cargo.toml
index b10f91f..8b75801 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.31.2"
+version = "0.32.0"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"