From be3ae0878968fd869b17e4fee871127abad5bae5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:32:43 -0500 Subject: [PATCH] release: governor v0.6.3 (#228) This is a release PR for version **0.6.3**. **Use squash merge.** **To trigger builds initially, close and then immediately re-open this PR once.** --------- Co-authored-by: github-actions Co-authored-by: Andreas Fuchs --- .github/workflows/release_it.yml | 2 +- governor/CHANGELOG.md | 7 +++++++ governor/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_it.yml b/.github/workflows/release_it.yml index b3ca58d..207bd73 100644 --- a/.github/workflows/release_it.yml +++ b/.github/workflows/release_it.yml @@ -37,6 +37,6 @@ jobs: toolchain: stable - uses: actions/checkout@v4 - - run: cargo publish --token ${CRATES_TOKEN} + - run: cargo publish --token ${CRATES_TOKEN} -p ${{ steps.version.outputs.group1 }} env: CRATES_TOKEN: ${{ secrets.CRATESIO_RELEASE_TOKEN }} diff --git a/governor/CHANGELOG.md b/governor/CHANGELOG.md index 39834a6..243d572 100644 --- a/governor/CHANGELOG.md +++ b/governor/CHANGELOG.md @@ -4,6 +4,13 @@ ## [Unreleased] - ReleaseDate +## [[0.6.3](https://docs.rs/governor/0.6.3/governor/)] - 2024-02-16 + +### Changed + +* Just another bug-fixed release process. This time, it should + actually release out of github actions. + ## [[0.6.2](https://docs.rs/governor/0.6.2/governor/)] - 2024-02-16 ### Changed diff --git a/governor/Cargo.toml b/governor/Cargo.toml index 57900cf..cf1686a 100644 --- a/governor/Cargo.toml +++ b/governor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "governor" -version = "0.6.2" +version = "0.6.3" authors = ["Andreas Fuchs "] edition = "2018" license = "MIT"