From 2da225959cd03c913733259a02691c39ce95eab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 09:51:57 +0100 Subject: [PATCH] chore: release (#466) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa941ceb..1871a0d2 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 44f6dd01..88f01daf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.31.0" +version = "0.31.1" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"