Skip to content

Commit

Permalink
release: Version 0.7.6
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Aug 21, 2024
1 parent a76dd5b commit 794c3b3
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,50 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.7.6](https://github.com/pando85/timer/tree/v0.7.6) - 2024-08-21

### Added

- Add release.sh script

### Fixed

- Remove `fetch-depth: 0` to get just last commit on commitlint
- Avoid Commitlint running twice

### Documentation

- Order changelog groups

### Build

- Update Rust crate rodio to 0.19.0
- Update KSXGitHub/github-actions-deploy-aur action to v2.7.2
- Update mindsers/changelog-reader-action action to v2.2.3
- Update Rust crate clap to v4.5.10
- Update softprops/action-gh-release action to v2
- Update actions/checkout action to v4
- Update Rust crate clap to v4.5.11
- Update Rust crate clap to v4.5.12
- Update Rust crate clap to v4.5.13
- Update Rust crate regex to v1.10.6
- Update wagoid/commitlint-github-action action to v6.0.2
- Update Rust crate clap to v4.5.14
- Update Rust crate clap to v4.5.15
- Update Rust crate clap to v4.5.16
- Update Rust crate libc to v0.2.156
- Update Rust crate libc to v0.2.158
- Update Rust crate crossterm to 0.28.0
- Update KSXGitHub/github-actions-deploy-aur action to v3

### Refactor

- Replace lazy_static with std from 1.80

### Ci

- Change required min glib version to 2.31

## [v0.7.5](https://github.com/pando85/timer/tree/v0.7.5) - 2024-06-24

### Build
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion timer_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "timer_core"
description = "Simple countdown terminal alarm"
authors = ["Pando85 <[email protected]>"]
version = "0.7.5"
version = "0.7.6"
edition = "2021"
license-file = "../LICENSE"
homepage = "https://github.com/pando85/timer"
Expand Down

0 comments on commit 794c3b3

Please sign in to comment.