Skip to content

Commit

Permalink
release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metent committed Feb 8, 2023
1 parent ffb0d1e commit e3c1b12
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### Unreleased
### v0.5.1

#### Fixed

- Fixed `uair(5)` man page build error.

### v0.5.0

#### 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 = "uair"
version = "0.5.0"
version = "0.5.1"
authors = ["Rishabh Das <[email protected]>"]
edition = "2021"
description = "An extensible pomodoro timer"
Expand Down
4 changes: 2 additions & 2 deletions docs/uair.5.scd
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ The list of optional padding flags is:
*0*
Pad with zeroes (default)

*_*
*\_*
Pad with spaces

*-*
Do not pad

An optional '*' flag may follow '%' to skip the quantity specified by the format specifier and skip all text before the next quantifiable format specifier.
An optional '\*' flag may follow '%' to skip the quantity specified by the format specifier and skip all text before the next quantifiable format specifier.

# COMMAND ENVIRONMENT

Expand Down

0 comments on commit e3c1b12

Please sign in to comment.