From d9aac055884678333f422d79e277e3c4f2f9ef6c Mon Sep 17 00:00:00 2001 From: release-plz Date: Fri, 31 Mar 2023 17:12:32 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ac2068..90c8f486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # 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.2](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0-alpha.1...v0.20.0-alpha.2) - 2023-03-31 + +### Other +- Update CHANGELOG.md +# Changelog All Octocrab releases are supported by the community and through [GitHub Sponsors][sp]. diff --git a/Cargo.toml b/Cargo.toml index bbce9a4a..cee30a4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.20.0-alpha.1" +version = "0.20.0-alpha.2" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"