From 26d68e4ccbeafa3c5280b649f1a3090303e94b72 Mon Sep 17 00:00:00 2001 From: "Azzam S.A" Date: Wed, 7 Aug 2024 12:29:16 +0700 Subject: [PATCH] v1.9.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea681a..74d97eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.9.0] - 2024-08-07 + +### Features + +- Upgrade to islam v4 ([67af05b](https://github.com/azzamsa/bilal/commit/67af05b4170ad2bea094926f0dc93b610d66ca99)) + ## [1.8.0] - 2024-06-18 ### Features diff --git a/Cargo.lock b/Cargo.lock index 50e915b..49e81a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "bilal" -version = "1.8.0" +version = "1.9.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 703e2ba..5ea834d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bilal" -version = "1.8.0" +version = "1.9.0" authors = ["azzamsa "] categories = ["date-and-time", "command-line-utilities"] edition = "2021"