summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-03-31 15:41:41 +0200
committerGitHub <noreply@github.com>2023-03-31 15:41:41 +0200
commitfbf518384fa83b2168704a31f53d710e14da191b (patch)
treeea810998b9f3b54769532234ca2be5b0dd14cc7c
parentffbd1c32c279f6a707caabcacf753308186b4f3a (diff)
chore: release (#321)v0.20.0-alpha.1
Co-authored-by: release-plz <release-plz@github.com>
-rw-r--r--CHANGELOG.md19
-rw-r--r--Cargo.toml2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e2594e..70c3345 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [0.20.0-alpha.1](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) - 2023-03-31
+
+### Other
+- Fix GitHubError / InvalidUri(InvalidFormat) (#320)
+- Fix the spelling of `committer` in `RepoCommitPage` (#316) (#317)
+- Add update state reason (#290)
+- Add target URL to Status model (#308)
+- *(ci)* add release-plz (#309)
+- Add remove_requested_reviewer function (#312)
+- Make command compatible with copy paste (#318)
+- Update tower-http requirement from 0.3.2 to 0.4.0 (#315)
# CHANGELOG
All Octocrab releases are supported by the community and through
[GitHub Sponsors][sp].
diff --git a/Cargo.toml b/Cargo.toml
index d40edaa..bbce9a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.20.0-alpha.0"
+version = "0.20.0-alpha.1"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"