Skip to content

Commit 845696e

Browse files
chore: release v0.2.3
1 parent 01747e4 commit 845696e

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.3](https://github.com/fooker/pullomatic/compare/v0.2.2...v0.2.3) - 2025-11-18
11+
12+
### Fixed
13+
14+
- *(deps)* update rust crate serde to v1.0.226 ([#43](https://github.com/fooker/pullomatic/pull/43))
15+
- *(deps)* update rust crate clap to v4.5.48 ([#42](https://github.com/fooker/pullomatic/pull/42))
16+
- *(deps)* update rust crate anyhow to v1.0.100 ([#41](https://github.com/fooker/pullomatic/pull/41))
17+
- *(deps)* update rust crate serde to v1.0.225 ([#40](https://github.com/fooker/pullomatic/pull/40))
18+
- *(deps)* update rust crate serde to v1.0.223 ([#39](https://github.com/fooker/pullomatic/pull/39))
19+
- *(deps)* update rust crate serde to v1.0.221 ([#38](https://github.com/fooker/pullomatic/pull/38))
20+
- *(deps)* update rust crate clap to v4.5.47 ([#37](https://github.com/fooker/pullomatic/pull/37))
21+
- *(deps)* update rust crate clap to v4.5.46 ([#35](https://github.com/fooker/pullomatic/pull/35))
22+
- *(deps)* update rust crate clap to v4.5.45 ([#34](https://github.com/fooker/pullomatic/pull/34))
23+
- *(deps)* update rust crate anyhow to v1.0.99 ([#33](https://github.com/fooker/pullomatic/pull/33))
24+
- *(deps)* update rust crate clap to v4.5.44 ([#32](https://github.com/fooker/pullomatic/pull/32))
25+
- *(deps)* update rust crate clap to v4.5.43 ([#30](https://github.com/fooker/pullomatic/pull/30))
26+
- *(deps)* update rust crate tokio-util to v0.7.16
27+
- *(deps)* update rust crate tokio to v1.47.1 ([#28](https://github.com/fooker/pullomatic/pull/28))
28+
- *(deps)* update rust crate clap to v4.5.42 ([#27](https://github.com/fooker/pullomatic/pull/27))
29+
- *(deps)* update rust crate tokio to v1.47.0 ([#26](https://github.com/fooker/pullomatic/pull/26))
30+
- *(deps)* update rust crate clap to v4.5.41 ([#25](https://github.com/fooker/pullomatic/pull/25))
31+
- *(deps)* update rust crate tokio to v1.46.1 ([#24](https://github.com/fooker/pullomatic/pull/24))
32+
- *(deps)* update rust crate tokio to v1.46.0 ([#23](https://github.com/fooker/pullomatic/pull/23))
33+
34+
### Other
35+
36+
- *(deps)* update rust crate clap to v4.5.52 ([#51](https://github.com/fooker/pullomatic/pull/51))
37+
- *(deps)* update rust crate tokio-util to v0.7.17
38+
- *(deps)* update actions/checkout action to v5
39+
- *(deps)* update rust crate clap to v4.5.51 ([#49](https://github.com/fooker/pullomatic/pull/49))
40+
- *(deps)* update rust crate clap to v4.5.50 ([#48](https://github.com/fooker/pullomatic/pull/48))
41+
- *(deps)* update rust crate tokio to v1.48.0 ([#47](https://github.com/fooker/pullomatic/pull/47))
42+
- *(deps)* update rust crate clap to v4.5.49 ([#46](https://github.com/fooker/pullomatic/pull/46))
43+
- *(deps)* update rust crate serde to v1.0.228 ([#45](https://github.com/fooker/pullomatic/pull/45))
44+
- update cargoHash in package.nix

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pullomatic"
33
description = "Automates git repository syncing through pure configuration"
4-
version = "0.2.2"
4+
version = "0.2.3"
55
authors = ["Dustin Frisch <[email protected]>"]
66
license = "MIT"
77

0 commit comments

Comments
 (0)