Skip to content

Commit

Permalink
release: governor v0.6.3 (#228)
Browse files Browse the repository at this point in the history
<!--
{"release-pr":{"v2":{"crates":[{"name":"governor","path":"/home/runner/work/governor/governor/governor"}],"version":{"previous":"0.6.2","actual":"0.6.3","desired":"0.6.3"}}}}
-->


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 <[email protected]>
Co-authored-by: Andreas Fuchs <[email protected]>
  • Loading branch information
3 people authored Feb 16, 2024
1 parent ed8b57d commit be3ae08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
7 changes: 7 additions & 0 deletions governor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion governor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "governor"
version = "0.6.2"
version = "0.6.3"
authors = ["Andreas Fuchs <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit be3ae08

Please sign in to comment.