Skip to content

Commit 3c5392f

Browse files
author
cog-bot
committed
chore(version): v0.4.2 [skip ci]
1 parent 1f2e056 commit 3c5392f

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.2](https://github.com/tomphp/versioned-files/compare/v0.4.1..v0.4.2) - 2023-10-24
6+
#### Bug Fixes
7+
- **(ci)** Use the versioned-files action to bump versions - ([40ed363](https://github.com/tomphp/versioned-files/commit/40ed36339a008d272026e9ceb0701e79d8db225c)) - Tom Oram
8+
- **(versioned-files-action)** Use lastest version - ([0b54281](https://github.com/tomphp/versioned-files/commit/0b54281f957ccd062fb3d49e9ac11b862c2ba3bc)) - Tom Oram
9+
#### Continuous Integration
10+
- Temporarily use use versioned-files action directly - ([1f2e056](https://github.com/tomphp/versioned-files/commit/1f2e0566614ee69058a905506bf9201a97cf8d17)) - Tom Oram
11+
12+
- - -
13+
514
## [v0.4.1](https://github.com/tomphp/versioned-files/compare/v0.4.0..v0.4.1) - 2023-10-24
615
#### Bug Fixes
716
- **(ci)** Use the versioned-files action to bump versions - ([d8cca23](https://github.com/tomphp/versioned-files/commit/d8cca236178b66dd3ff18fed1dd1b6f5d5d054d0)) - Tom Oram

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.1"
3+
version = "0.4.2"
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.1
103+
versioned-files 0.4.2
104104
```
105105

106106
## Configuration

0 commit comments

Comments
 (0)