Skip to content

Commit 991db76

Browse files
author
cog-bot
committed
chore(version): v0.4.4 [skip ci]
1 parent bf4fc93 commit 991db76

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## [v0.4.4](https://github.com/tomphp/versioned-files/compare/v0.4.3..v0.4.4) - 2023-10-26
6+
#### Bug Fixes
7+
- Remove duplicate output - ([28fe717](https://github.com/tomphp/versioned-files/commit/28fe717432bb35d9e4b1ce10a9e17473ada268ea)) - Tom Oram
8+
- Add a formatter - ([3dfc5fd](https://github.com/tomphp/versioned-files/commit/3dfc5fdda68d0ee14fe2edb0327bab3c79a3f48f)) - Billie Thompson
9+
#### Refactoring
10+
- Use UUIDs to tie events together - ([bf4fc93](https://github.com/tomphp/versioned-files/commit/bf4fc93de4b79cb3eeb686f9cc0e08ebfa80ac20)) - Tom Oram
11+
- Move update logic to commands::update - ([9fb1b82](https://github.com/tomphp/versioned-files/commit/9fb1b828e2bebabba4561c08494c0d3baab880b1)) - Tom Oram
12+
- Extract Command - ([5ac9e7b](https://github.com/tomphp/versioned-files/commit/5ac9e7b910387fc7e559b0f35f6855c5552cf14b)) - Tom Oram
13+
- Extract Formatter - ([c8c9138](https://github.com/tomphp/versioned-files/commit/c8c9138c49c91abbc767b580df10d6c3ac7dd5fc)) - Tom Oram
14+
- Move app state into own module - ([b0cecfc](https://github.com/tomphp/versioned-files/commit/b0cecfc4c5ab6d373ee87f21b4415424b55129c7)) - Billie Thompson
15+
- Extract app state into struct - ([22325fd](https://github.com/tomphp/versioned-files/commit/22325fdf102604aec08239d8bbbb08903b75f13b)) - Billie Thompson
16+
17+
- - -
18+
519
## [v0.4.3](https://github.com/tomphp/versioned-files/compare/v0.4.2..v0.4.3) - 2023-10-26
620
#### Bug Fixes
721
- Lift the process exit to main - ([5f5ac06](https://github.com/tomphp/versioned-files/commit/5f5ac063652a4d9c1364bffd49a6467163413fe0)) - Billie Thompson

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,6 +1,6 @@
11
[package]
22
name = "versioned-files"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55
description = "A tool which updates files in your project with the current version number."
66
license-file = "LICENSE"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ versioned-files --version
100100
```
101101

102102
```text, verify()
103-
versioned-files 0.4.3
103+
versioned-files 0.4.4
104104
```
105105

106106
## Configuration

0 commit comments

Comments
 (0)