summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-27 14:56:41 +0100
committerGitHub <noreply@github.com>2024-03-27 14:56:41 +0100
commit314618c6e57537afd444f27bd317fcaafd8b1e24 (patch)
tree9d8d582b2b76e235730241bb8d12899473aa07fe
parent4f9785934c32a0c5ef86ef78e36d9390eedf6c69 (diff)
chore: release (#613)v0.37.0
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>
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.toml2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8eb620b..3b8a755 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.37.0](https://github.com/XAMPPRocky/octocrab/compare/v0.36.0...v0.37.0) - 2024-03-27
+
+### Fixed
+- [**breaking**] Change `Rate::reset` to `u64` ([#615](https://github.com/XAMPPRocky/octocrab/pull/615))
+
+### Other
+- Update graphql_client requirement from 0.13.0 to 0.14.0 ([#617](https://github.com/XAMPPRocky/octocrab/pull/617))
+- Added basic support for getting user profiles ([#616](https://github.com/XAMPPRocky/octocrab/pull/616))
+- Update manual github app authentication example ([#610](https://github.com/XAMPPRocky/octocrab/pull/610))
+
## [0.36.0](https://github.com/XAMPPRocky/octocrab/compare/v0.35.0...v0.36.0) - 2024-03-19
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 68ca5e1..b21996f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.36.0"
+version = "0.37.0"
resolver = "2"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"