From 85b60c272f0e0ed011a8b030810d29a76d5108e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jan 2024 04:19:55 +0000 Subject: [PATCH] chore(release): v1.0.145 [skip ci] ## [1.0.145](https://github.com/maxbrunet/automatic-timezoned/compare/v1.0.144...v1.0.145) (2024-01-18) ### Build System * **deps:** update rust crate env_logger to v0.10.2 ([#325](https://github.com/maxbrunet/automatic-timezoned/issues/325)) ([276220f](https://github.com/maxbrunet/automatic-timezoned/commit/276220f0e8e55cb889a083a75fb67b870ec01c42)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b57239..f2225dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.0.145](https://github.com/maxbrunet/automatic-timezoned/compare/v1.0.144...v1.0.145) (2024-01-18) + + +### Build System + +* **deps:** update rust crate env_logger to v0.10.2 ([#325](https://github.com/maxbrunet/automatic-timezoned/issues/325)) ([276220f](https://github.com/maxbrunet/automatic-timezoned/commit/276220f0e8e55cb889a083a75fb67b870ec01c42)) + ## [1.0.144](https://github.com/maxbrunet/automatic-timezoned/compare/v1.0.143...v1.0.144) (2024-01-16) diff --git a/Cargo.lock b/Cargo.lock index 6fd789c..613fbc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "automatic-timezoned" -version = "1.0.144" +version = "1.0.145" dependencies = [ "clap", "csv", diff --git a/Cargo.toml b/Cargo.toml index 0718b1f..7f8752c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "automatic-timezoned" description = "Automatically update system timezone based on location" -version = "1.0.144" +version = "1.0.145" edition = "2021" repository = "https://github.com/maxbrunet/automatic-timezoned" license = "GPL-3.0"