summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-09 12:48:45 +0200
committerGitHub <noreply@github.com>2024-04-09 12:48:45 +0200
commit7e280be901c378a1e162c37f909ea6590c6ff4ba (patch)
tree058af2d61445cc1a760c985264f35fd30147cc94
parent7a5c5a58949a3faca8231f50229fccb97d18bc50 (diff)
chore: release (#621)v0.38.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 3b8a755..3b7a7b6 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.38.0](https://github.com/XAMPPRocky/octocrab/compare/v0.37.0...v0.38.0) - 2024-04-09
+
+### Added
+- Add `generate_release_notes`: ([#588](https://github.com/XAMPPRocky/octocrab/pull/588))
+
+### Other
+- Unify diff entry models ([#624](https://github.com/XAMPPRocky/octocrab/pull/624))
+- Added tests for .delete_thread_subscriptions() ([#620](https://github.com/XAMPPRocky/octocrab/pull/620))
+- Adding tests, and fixing missing error code. ([#619](https://github.com/XAMPPRocky/octocrab/pull/619))
+
## [0.37.0](https://github.com/XAMPPRocky/octocrab/compare/v0.36.0...v0.37.0) - 2024-03-27
### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index b21996f..8084199 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.37.0"
+version = "0.38.0"
resolver = "2"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"