Skip to content

Commit

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

- - -
## [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
- **(update-command)** Wait for cargo-edit to install - ([06f72d7](https://github.com/tomphp/versioned-files/commit/06f72d7572fb23bd2897aa72e2803f84f2fb3dc4)) - Tom Oram
#### Build system
- Create make target to build release version - ([b0f9b62](https://github.com/tomphp/versioned-files/commit/b0f9b629c94d26f409780b29f0d7f1a9d1110973)) - Tom Oram
#### Continuous Integration
- Temporarily use built version to bump - ([a6a979e](https://github.com/tomphp/versioned-files/commit/a6a979e5e9e2b44fd72c310e79b43d9efcc74289)) - Tom Oram
#### Style
- Fix lint issues - ([ed5eff6](https://github.com/tomphp/versioned-files/commit/ed5eff6e272f4f1d1f7670ab201411cce79f514f)) - Tom Oram

- - -

## [v0.4.0](https://github.com/tomphp/versioned-files/compare/v0.3.0..v0.4.0) - 2023-10-24
#### Features
- **(versioned-files-action)** Create action - ([5b6638b](https://github.com/tomphp/versioned-files/commit/5b6638bb69870c53d9066bd7e1bc41634fcff378)) - 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.0"
version = "0.4.1"
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.0
versioned-files 0.4.1
```

## Configuration
Expand Down

0 comments on commit 129eb62

Please sign in to comment.