Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jun 18, 2024
1 parent 2988808 commit c33dfc8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [1.8.0] - 2024-06-18

### Features

- Support custom config location ([46428b4](https://github.com/azzamsa/bilal/commit/46428b4ce63b61b3bd2031e5b9ce008bb781f69c))

Don't use real fixture file in integration tests.

- Reject invalid time format ([eafe9d9](https://github.com/azzamsa/bilal/commit/eafe9d941866249d141a383a54769ec7ad06b6ca))

To avoid confusion.

- Time format feature ([9e151c3](https://github.com/azzamsa/bilal/commit/9e151c38f70c0256c92ae4e9a1d92a90f2683241))

Add a setting to choose between 24 Hour of 12 Hour format.

### Bug fixes

- Capitalize the time format ([33458bb](https://github.com/azzamsa/bilal/commit/33458bbd9b48353c08b8780f6705a700c93105ce))

## [1.7.0] - 2023-09-03

### Features
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 = "bilal"
version = "1.7.0"
version = "1.8.0"
authors = ["azzamsa <me@azzamsa.com>"]
categories = ["date-and-time", "command-line-utilities"]
edition = "2021"
Expand Down

0 comments on commit c33dfc8

Please sign in to comment.