Skip to content

Commit

Permalink
Bump version 0.1.0alpha.2 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Sep 27, 2023
1 parent 69bc8e7 commit 20abfe1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Unreleased

# 0.1.0alpha.2

## Added

- i18n support.

## Changed

- Use seconds rather then minutes as a time unit. <sup>`Breaking Change`</sup>
- Fix typo in a config option, replace `long_break_tiemout` with `long_break_timeout`. <sup>`Breaking Change`</sup>

## Localization

- Add the Arabic language.

## Dependencies

- All dependencies are up to date.

# 0.1.0alpha.1

## Added
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ianny"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["zefr0x"]
edition = "2021"
description = "Desktop utility that helps preventing repetitive strain injuries by keeping track of usage patterns and periodically informing user to take breaks"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('ianny', 'rust',
version : '0.1.0-alpha.1',
version : '0.1.0-alpha.2',
license : 'GPL3',
default_options : ['warning_level=2'])

Expand Down

0 comments on commit 20abfe1

Please sign in to comment.