Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Aug 22, 2024
1 parent 6295520 commit b226461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ env:
CARGO_TERM_COLOR: always

jobs:
# ci:
# uses: ./.github/workflows/ci.yml
ci:
uses: ./.github/workflows/ci.yml

commit-changes:
# needs:
# - ci
needs:
- ci

runs-on: ubuntu-latest

Expand Down
13 changes: 0 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@

## [Unreleased]

## [24.8.22](https://github.com/wiiznokes/fan-control/releases/tag/24.8.22)

### Removed

- remove lazy_static dep in [7828ecb](https://github.com/wiiznokes/fan-control/commit/7828ecb8d1f6025ba911166814e8bd53c331b777) by [@wiiznokes](https://github.com/wiiznokes)
- rm once_cell in [a4c292e](https://github.com/wiiznokes/fan-control/commit/a4c292e9276bef8928710d8369939a6b2cc9cfcf) by [@wiiznokes](https://github.com/wiiznokes)

### Fixed

- small fixes in [4f62ac9](https://github.com/wiiznokes/fan-control/commit/4f62ac958d496ddb8b553019ecab0e5644c4c372) by [@wiiznokes](https://github.com/wiiznokes)

Full Changelog: https://github.com/wiiznokes/fan-control/compare/24.7.30...24.8.22

## [24.7.30]

- fix french translation
Expand Down

0 comments on commit b226461

Please sign in to comment.