Skip to content

Commit

Permalink
Merge pull request #179 from rnestler/prepare-0.8.0-release
Browse files Browse the repository at this point in the history
Prepare 0.8.0 release
  • Loading branch information
rnestler committed May 21, 2024
2 parents 850fdf6 + 9a0b567 commit e5bb363
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 260 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build_and_test:
runs-on: ubuntu-22.04
container: rnestler/archlinux-rust:1.76.0
container: rnestler/archlinux-rust:1.78.0
steps:
- run: pacman -Syu --noconfirm
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,7 @@ jobs:

lint:
runs-on: ubuntu-22.04
container: rnestler/archlinux-rust:1.76.0
container: rnestler/archlinux-rust:1.78.0
steps:
- run: pacman -Syu --noconfirm
- uses: actions/checkout@v3
Expand All @@ -53,7 +53,7 @@ jobs:

fmt:
runs-on: ubuntu-22.04
container: rnestler/archlinux-rust:1.76.0
container: rnestler/archlinux-rust:1.78.0
steps:
- run: pacman -Syu --noconfirm
- uses: actions/checkout@v3
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
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]
## [v0.8.0] - 2024-05-21

* Add `--verbose` flag and make output less verbose by default
([#178](https://github.com/rnestler/reboot-arch-btw/pull/178))
* Update dependencies

## [v0.7.1] - 2024-03-17

Expand Down Expand Up @@ -160,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* First public release

[Unreleased]: https://github.com/rnestler/reboot-arch-btw/compare/v0.7.1...master
[Unreleased]: https://github.com/rnestler/reboot-arch-btw/compare/v0.8.0...master
[v0.8.0]: https://github.com/rnestler/reboot-arch-btw/compare/v0.7.1..v0.8.0
[v0.7.1]: https://github.com/rnestler/reboot-arch-btw/compare/v0.7.0..v0.7.1
[v0.7.0]: https://github.com/rnestler/reboot-arch-btw/compare/v0.6.0..v0.7.0
[v0.6.0]: https://github.com/rnestler/reboot-arch-btw/compare/v0.5.7..v0.6.0
Expand Down
Loading

0 comments on commit e5bb363

Please sign in to comment.