Skip to content

Commit

Permalink
chore(version): v0.4.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cog-bot committed Oct 24, 2023
1 parent 1f2e056 commit 3c5392f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [v0.4.2](https://github.com/tomphp/versioned-files/compare/v0.4.1..v0.4.2) - 2023-10-24
#### Bug Fixes
- **(ci)** Use the versioned-files action to bump versions - ([40ed363](https://github.com/tomphp/versioned-files/commit/40ed36339a008d272026e9ceb0701e79d8db225c)) - Tom Oram
- **(versioned-files-action)** Use lastest version - ([0b54281](https://github.com/tomphp/versioned-files/commit/0b54281f957ccd062fb3d49e9ac11b862c2ba3bc)) - Tom Oram
#### Continuous Integration
- Temporarily use use versioned-files action directly - ([1f2e056](https://github.com/tomphp/versioned-files/commit/1f2e0566614ee69058a905506bf9201a97cf8d17)) - Tom Oram

- - -

## [v0.4.1](https://github.com/tomphp/versioned-files/compare/v0.4.0..v0.4.1) - 2023-10-24
#### Bug Fixes
- **(ci)** Use the versioned-files action to bump versions - ([d8cca23](https://github.com/tomphp/versioned-files/commit/d8cca236178b66dd3ff18fed1dd1b6f5d5d054d0)) - Tom Oram
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,6 +1,6 @@
[package]
name = "versioned-files"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
description = "A tool which updates files in your project with the current version number."
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ versioned-files --version
```

```text, verify()
versioned-files 0.4.1
versioned-files 0.4.2
```

## Configuration
Expand Down

0 comments on commit 3c5392f

Please sign in to comment.