Skip to content

Commit

Permalink
chore(release): v2.0.38 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.38](v2.0.37...v2.0.38) (2024-11-10)

### Miscellaneous Chores

* **deps:** lock file maintenance ([#434](#434)) ([cbed6b6](cbed6b6))
* **deps:** update actions/checkout action to v4.2.2 ([#430](#430)) ([9168be8](9168be8))
* **deps:** update dependency cargo-audit to v0.21.0 ([#433](#433)) ([0c46b1e](0c46b1e))
* **deps:** update dependency semantic-release to v24.2.0 ([#431](#431)) ([887c604](887c604))
* **deps:** update rust crate trycmd to v0.15.8 ([#432](#432)) ([945aeaa](945aeaa))

### Build System

* **deps:** update zbus to v5.1.0 ([#435](#435)) ([98c55fb](98c55fb))
  • Loading branch information
semantic-release-bot committed Nov 10, 2024
1 parent 98c55fb commit 641f353
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [2.0.38](https://github.com/maxbrunet/automatic-timezoned/compare/v2.0.37...v2.0.38) (2024-11-10)

### Miscellaneous Chores

* **deps:** lock file maintenance ([#434](https://github.com/maxbrunet/automatic-timezoned/issues/434)) ([cbed6b6](https://github.com/maxbrunet/automatic-timezoned/commit/cbed6b69ac4861c2284aa154e5b74019524b3a6b))
* **deps:** update actions/checkout action to v4.2.2 ([#430](https://github.com/maxbrunet/automatic-timezoned/issues/430)) ([9168be8](https://github.com/maxbrunet/automatic-timezoned/commit/9168be839e29042e58e709015fb26329310b08f2))
* **deps:** update dependency cargo-audit to v0.21.0 ([#433](https://github.com/maxbrunet/automatic-timezoned/issues/433)) ([0c46b1e](https://github.com/maxbrunet/automatic-timezoned/commit/0c46b1e388d8ec5e8efb94da9bf9c7bd058295af))
* **deps:** update dependency semantic-release to v24.2.0 ([#431](https://github.com/maxbrunet/automatic-timezoned/issues/431)) ([887c604](https://github.com/maxbrunet/automatic-timezoned/commit/887c604e97f5c3a62d503d0a4d7ec20ea7fd9911))
* **deps:** update rust crate trycmd to v0.15.8 ([#432](https://github.com/maxbrunet/automatic-timezoned/issues/432)) ([945aeaa](https://github.com/maxbrunet/automatic-timezoned/commit/945aeaa4da8d9231accd758492202118e0890a14))

### Build System

* **deps:** update zbus to v5.1.0 ([#435](https://github.com/maxbrunet/automatic-timezoned/issues/435)) ([98c55fb](https://github.com/maxbrunet/automatic-timezoned/commit/98c55fb445372e0683f4a34ddffcf184d6840b78))

## [2.0.37](https://github.com/maxbrunet/automatic-timezoned/compare/v2.0.36...v2.0.37) (2024-10-21)

### Build System
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,7 +1,7 @@
[package]
name = "automatic-timezoned"
description = "Automatically update system timezone based on location"
version = "2.0.37"
version = "2.0.38"
edition = "2021"
repository = "https://github.com/maxbrunet/automatic-timezoned"
license = "GPL-3.0"
Expand Down

0 comments on commit 641f353

Please sign in to comment.