summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-08 09:51:57 +0100
committerGitHub <noreply@github.com>2023-10-08 09:51:57 +0100
commit2da225959cd03c913733259a02691c39ce95eab6 (patch)
tree10a8d5f095c1d94caa0bf649e5c27480f9c771d9
parentf91541bd8b1fb303e5a9c456bb0d8d9ad1974fc1 (diff)
chore: release (#466)v0.31.1
-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 fa941ce..1871a0d 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.31.1](https://github.com/XAMPPRocky/octocrab/compare/v0.31.0...v0.31.1) - 2023-10-08
+
+### Other
+- add get_readme for RepoHandler ([#465](https://github.com/XAMPPRocky/octocrab/pull/465))
+
## [0.31.0](https://github.com/XAMPPRocky/octocrab/compare/v0.30.1...v0.31.0) - 2023-10-02
### Other
diff --git a/Cargo.toml b/Cargo.toml
index 44f6dd0..88f01da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.31.0"
+version = "0.31.1"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"