Skip to content

Commit

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

- - -
## [v0.4.3](https://github.com/tomphp/versioned-files/compare/v0.4.2..v0.4.3) - 2023-10-26
#### Bug Fixes
- Lift the process exit to main - ([5f5ac06](https://github.com/tomphp/versioned-files/commit/5f5ac063652a4d9c1364bffd49a6467163413fe0)) - Billie Thompson
#### Continuous Integration
- Use make in the pipeline - ([4b18179](https://github.com/tomphp/versioned-files/commit/4b1817902a6abbc05fa659664823ab94841ea0c1)) - Tom Oram
- Use pinned version of versioned-files action - ([0ae7cb4](https://github.com/tomphp/versioned-files/commit/0ae7cb46d8431d015c5acaf4d4d43e6323cd472c)) - Tom Oram
- Restructure job dependencies - ([9d26f1d](https://github.com/tomphp/versioned-files/commit/9d26f1dbe890d69a507273ed99efa4b702a4712c)) - Tom Oram
#### Miscellaneous Chores
- Add versioned-files.exe to .gitignore - ([d1366c0](https://github.com/tomphp/versioned-files/commit/d1366c065f24475adebd60957853ee12d995cba8)) - Tom Oram
#### Refactoring
- **(update-command)** Use events to display output - ([20e46bb](https://github.com/tomphp/versioned-files/commit/20e46bb6b713cb2938311907a3ee1bef9a6b96e9)) - Tom Oram
- Formatting - ([7b21b86](https://github.com/tomphp/versioned-files/commit/7b21b8649c6bf76a3ffbf6503fecb22713762fa2)) - Billie Thompson
- Use futures::streams - ([e9e7f18](https://github.com/tomphp/versioned-files/commit/e9e7f185528b6660e655acac17f1444e4dad2e04)) - Tom Oram

- - -

## [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
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.2"
version = "0.4.3"
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.2
versioned-files 0.4.3
```

## Configuration
Expand Down

0 comments on commit 8c0cbe3

Please sign in to comment.