From 07f87eb33931371e30d43373c545bd53437e2b23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:07:05 -0400 Subject: [PATCH] chore(main): release 2.0.0-rc.2 (#301) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3a662dc..7fbbf6fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-rc.1" + ".": "2.0.0-rc.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cca0d6c4..d07e5442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0-rc.2](https://github.com/rivet-gg/cli/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-08-10) + + +### Continuous Integration + +* fix cargo-dist ([#300](https://github.com/rivet-gg/cli/issues/300)) ([ef5edc6](https://github.com/rivet-gg/cli/commit/ef5edc61f1d212357d7790107365a464eb2886fb)) + + +### Chores + +* release 2.0.0-rc.2 ([6dc6edf](https://github.com/rivet-gg/cli/commit/6dc6edff3670bd50e85543082b3130196a6a1e20)) + ## [2.0.0-rc.1](https://github.com/rivet-gg/cli/compare/v1.3.4...v2.0.0-rc.1) (2024-08-09)