Skip to content

Commit

Permalink
release: Version 0.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <pando855@gmail.com>
  • Loading branch information
pando85 committed Jun 21, 2024
1 parent 5710a3b commit 6aa3dd2
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 73 deletions.
155 changes: 86 additions & 69 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,206 +5,223 @@ 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.4](https://github.com/pando85/timer/tree/v0.7.4) - 2024-06-21

### Build

- Update Rust crate rodio to 0.18.0
- Update Rust crate libc to v0.2.155
- Update Rust crate rodio to v0.18.1
- Update Rust crate nix to 0.29
- Update Rust crate clap to v4.5.6
- Update Rust crate regex to v1.10.5
- Update Rust crate clap to v4.5.7

### CI

- Add automerge on patch versions for renovate
- Add autotag workflow

## [v0.7.3](https://github.com/pando85/timer/tree/v0.7.3) - 2024-05-09

### Fixed

* Change action-gh-release to v1
- Change action-gh-release to v1

## [v0.7.2](https://github.com/pando85/timer/tree/v0.7.2) - 2024-05-09

### Fixed

* Set changelog reader action to v2.2.2
- Set changelog reader action to v2.2.2

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

### Build

* Update KSXGitHub/github-actions-deploy-aur action to v2.7.1
* Update wagoid/commitlint-github-action action to v6.0.1
* Update Rust crate time to 0.3.35
* Update Rust crate clap to 4.5.4
* Update Rust crate time to 0.3.36
* Update Rust crate glob to 0.3.1
* Update Rust crate regex to 1.10.4
* Update Rust crate libc to 0.2.154
* Update Rust crate rodio to 0.17.3
* Update Rust crate signal-hook to 0.3.17
- Update KSXGitHub/github-actions-deploy-aur action to v2.7.1
- Update wagoid/commitlint-github-action action to v6.0.1
- Update Rust crate time to 0.3.35
- Update Rust crate clap to 4.5.4
- Update Rust crate time to 0.3.36
- Update Rust crate glob to 0.3.1
- Update Rust crate regex to 1.10.4
- Update Rust crate libc to 0.2.154
- Update Rust crate rodio to 0.17.3
- Update Rust crate signal-hook to 0.3.17

## [v0.7.0](https://github.com/pando85/timer/tree/v0.7.0) - 2024-03-30

### Added

* Support for non leading zero time formats
- Support for non leading zero time formats

### Build

* Update Rust crate nix to 0.28
* Update softprops/action-gh-release action to v2
* Bump mio from 0.8.10 to 0.8.11
* Update wagoid/commitlint-github-action action to v5.4.6
* Update wagoid/commitlint-github-action action to v6
- Update Rust crate nix to 0.28
- Update softprops/action-gh-release action to v2
- Bump mio from 0.8.10 to 0.8.11
- Update wagoid/commitlint-github-action action to v5.4.6
- Update wagoid/commitlint-github-action action to v6

### CI

* Change renovate tag to build
- Change renovate tag to build

## [v0.6.1](https://github.com/pando85/timer/tree/v0.6.1) - 2024-02-23

### Build

* Update cargo lock file
- Update cargo lock file

### CI

* Add renovate.json
* Change commit message format
* Update Rust crate time to 0.3.34
* Update KSXGitHub/github-actions-deploy-aur action to v2.7.0
* Update Rust crate clap to 4.5
* Update wagoid/commitlint-github-action action to v1.8.0
* Update Rust crate regex to 1.10
* Update actions/stale action to v9
* Update Rust crate tailcall to v1
* Update wagoid/commitlint-github-action action to v5
- Add renovate.json
- Change commit message format
- Update Rust crate time to 0.3.34
- Update KSXGitHub/github-actions-deploy-aur action to v2.7.0
- Update Rust crate clap to 4.5
- Update wagoid/commitlint-github-action action to v1.8.0
- Update Rust crate regex to 1.10
- Update actions/stale action to v9
- Update Rust crate tailcall to v1
- Update wagoid/commitlint-github-action action to v5

## [v0.6.0](https://github.com/pando85/timer/tree/v0.6.0) - 2023-09-22

### Build

* Upgrade dependencies
* Remove resolver warning
- Upgrade dependencies
- Remove resolver warning

### CI

* Update to node16 github actions
* Change rust tools to dtolnay/rust-toolchain action
* Add stale bot for PRs and issues
- Update to node16 github actions
- Change rust tools to dtolnay/rust-toolchain action
- Add stale bot for PRs and issues

### Documentation

* Add play example for HH:MM format less than 10 hours
* Fix build badge
- Add play example for HH:MM format less than 10 hours
- Fix build badge

### Fixed

* Cargo clippy errors
* Update MacOS workers
* Upgrade cache action version to v2
- Cargo clippy errors
- Update MacOS workers
- Upgrade cache action version to v2

### Refactor

* Makefile project_version variable
- Makefile project_version variable

## [v0.5.1](https://github.com/pando85/timer/tree/v0.5.1) - 2022-10-27

### Added

* Update clap to v4
* Add clap debug_assert
* Add `git-cliff` to update CHANGELOG automatically
- Update clap to v4
- Add clap debug_assert
- Add `git-cliff` to update CHANGELOG automatically

### Fixed

* Change clippy params to lint all code
- Change clippy params to lint all code

### Refactor

* Replace clap function with command or arg
* Add tailcall to enable recursion again in countdown
- Replace clap function with command or arg
- Add tailcall to enable recursion again in countdown

## [v0.5.0](https://github.com/pando85/timer/tree/v0.5.0) - 2022-09-30

### Added

* Add loop option to repeat counter infinitely(#68)
- Add loop option to repeat counter infinitely(#68)

## [v0.4.0](https://github.com/pando85/timer/tree/v0.4.0) - 2022-09-29

### Added

* Add terminal-bell and silence options(#66)
- Add terminal-bell and silence options(#66)

## [v0.3.5](https://github.com/pando85/timer/tree/v0.3.5) - 2022-08-15

### Fixed

* Add `pkg-config` to AUR build dependencies(#62)
- Add `pkg-config` to AUR build dependencies(#62)

## [v0.3.4](https://github.com/pando85/timer/tree/v0.3.4) - 2022-08-15

### Fixed

* Zero delay when no output stream found in Rodio(#61)
- Zero delay when no output stream found in Rodio(#61)

## [v0.3.3](https://github.com/pando85/timer/tree/v0.3.3) - 2022-06-13

### Fixed

* ci: Fix rash install in AUR release
- ci: Fix rash install in AUR release

## [v0.3.2](https://github.com/pando85/timer/tree/v0.3.2) - 2022-06-10

### Fixed

* Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
* [Release notes](https://github.com/rust-lang/regex/releases)
* [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
* [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5)
* Update all dependencies
- Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5)
- Update all dependencies

## [v0.3.1](https://github.com/pando85/timer/tree/v0.3.1) - 2022-01-05

### Fixed

* Replace recursive function with loop
- Replace recursive function with loop

## [v0.3.0](https://github.com/pando85/timer/tree/v0.3.0) - 2021-12-28

### Added

* Print info that fits on the terminal
* Automatically add body to GitHub release
- Print info that fits on the terminal
- Automatically add body to GitHub release

## [v0.2.1](https://github.com/pando85/timer/tree/v0.2.1) - 2021-12-13

### Fixed

* Fix regex matching just counter times
- Fix regex matching just counter times

## [v0.2.0](https://github.com/pando85/timer/tree/v0.2.0) - 2021-12-11

### Added

* Add seconds input support without tag
* Add parse for `min`
- Add seconds input support without tag
- Add parse for `min`

## [v0.1.4](https://github.com/pando85/timer/tree/v0.1.4) - 2021-12-09

### Fixed

* Fix terminal flickering
- Fix terminal flickering

## [v0.1.3](https://github.com/pando85/timer/tree/v0.1.3) - 2021-12-07

### Added

* Add AUR packages automatic build and publish
- Add AUR packages automatic build and publish

## [v0.1.2](https://github.com/pando85/timer/tree/v0.1.2) - 2021-12-07

### Fixed

* Fix github-actions for publishing packages
* Add missing metadata to publish crates
- Fix github-actions for publishing packages
- Add missing metadata to publish crates

## [v0.1.1](https://github.com/pando85/timer/tree/v0.1.1) - 2021-12-07

### Fixed

* Release with signed tags
* Add `Cargo.lock` file
- Release with signed tags
- Add `Cargo.lock` file

## [v0.1.0](https://github.com/pando85/timer/tree/v0.1.0) - 2021-12-07

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.

4 changes: 2 additions & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
* {{ commit.message | upper_first }}
- {{ commit.message | upper_first }}
{%- if commit.breaking -%}
{% raw %} {% endraw %}* **BREAKING**: {{commit.breaking_description}}
{% raw %} {% endraw %}- **BREAKING**: {{commit.breaking_description}}
{% endif -%}
{%- endfor -%}
{% raw %}\n{% endraw %}\
Expand Down
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 <pando855@gmail.com>"]
version = "0.7.3"
version = "0.7.4"
edition = "2021"
license-file = "../LICENSE"
homepage = "https://github.com/pando85/timer"
Expand Down

0 comments on commit 6aa3dd2

Please sign in to comment.