From e9a704f45bb35338f72b20d93f8d981c8fe250ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 16:25:51 +0000 Subject: [PATCH] chore: release v0.2.3 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..497209f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,46 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.3](https://github.com/fooker/pullomatic/compare/v0.2.2...v0.2.3) - 2025-12-27 + +### Fixed + +- *(deps)* update rust crate serde to v1.0.226 ([#43](https://github.com/fooker/pullomatic/pull/43)) +- *(deps)* update rust crate clap to v4.5.48 ([#42](https://github.com/fooker/pullomatic/pull/42)) +- *(deps)* update rust crate anyhow to v1.0.100 ([#41](https://github.com/fooker/pullomatic/pull/41)) +- *(deps)* update rust crate serde to v1.0.225 ([#40](https://github.com/fooker/pullomatic/pull/40)) +- *(deps)* update rust crate serde to v1.0.223 ([#39](https://github.com/fooker/pullomatic/pull/39)) +- *(deps)* update rust crate serde to v1.0.221 ([#38](https://github.com/fooker/pullomatic/pull/38)) +- *(deps)* update rust crate clap to v4.5.47 ([#37](https://github.com/fooker/pullomatic/pull/37)) +- *(deps)* update rust crate clap to v4.5.46 ([#35](https://github.com/fooker/pullomatic/pull/35)) +- *(deps)* update rust crate clap to v4.5.45 ([#34](https://github.com/fooker/pullomatic/pull/34)) +- *(deps)* update rust crate anyhow to v1.0.99 ([#33](https://github.com/fooker/pullomatic/pull/33)) +- *(deps)* update rust crate clap to v4.5.44 ([#32](https://github.com/fooker/pullomatic/pull/32)) +- *(deps)* update rust crate clap to v4.5.43 ([#30](https://github.com/fooker/pullomatic/pull/30)) +- *(deps)* update rust crate tokio-util to v0.7.16 +- *(deps)* update rust crate tokio to v1.47.1 ([#28](https://github.com/fooker/pullomatic/pull/28)) +- *(deps)* update rust crate clap to v4.5.42 ([#27](https://github.com/fooker/pullomatic/pull/27)) +- *(deps)* update rust crate tokio to v1.47.0 ([#26](https://github.com/fooker/pullomatic/pull/26)) +- *(deps)* update rust crate clap to v4.5.41 ([#25](https://github.com/fooker/pullomatic/pull/25)) +- *(deps)* update rust crate tokio to v1.46.1 ([#24](https://github.com/fooker/pullomatic/pull/24)) +- *(deps)* update rust crate tokio to v1.46.0 ([#23](https://github.com/fooker/pullomatic/pull/23)) + +### Other + +- Update nix +- *(deps)* update rust crate clap to v4.5.53 ([#52](https://github.com/fooker/pullomatic/pull/52)) +- *(deps)* update rust crate clap to v4.5.52 ([#51](https://github.com/fooker/pullomatic/pull/51)) +- *(deps)* update rust crate tokio-util to v0.7.17 +- *(deps)* update actions/checkout action to v5 +- *(deps)* update rust crate clap to v4.5.51 ([#49](https://github.com/fooker/pullomatic/pull/49)) +- *(deps)* update rust crate clap to v4.5.50 ([#48](https://github.com/fooker/pullomatic/pull/48)) +- *(deps)* update rust crate tokio to v1.48.0 ([#47](https://github.com/fooker/pullomatic/pull/47)) +- *(deps)* update rust crate clap to v4.5.49 ([#46](https://github.com/fooker/pullomatic/pull/46)) +- *(deps)* update rust crate serde to v1.0.228 ([#45](https://github.com/fooker/pullomatic/pull/45)) +- update cargoHash in package.nix diff --git a/Cargo.lock b/Cargo.lock index 59bfcbb..5273a16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -880,7 +880,7 @@ dependencies = [ [[package]] name = "pullomatic" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 55b0360..391e6e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pullomatic" description = "Automates git repository syncing through pure configuration" -version = "0.2.2" +version = "0.2.3" authors = ["Dustin Frisch "] license = "MIT"