Skip to content

Commit

Permalink
chore(version): v0.2.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 a767887 commit 7ecd659
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [v0.2.1](https://github.com/tomphp/versioned-files/compare/v0.2.0..v0.2.1) - 2023-10-24
#### Bug Fixes
- **(ci)** Update the version number - ([a767887](https://github.com/tomphp/versioned-files/commit/a767887cd301eecbc6962d8f65128aa0c7c25cba)) - Tom Oram
#### Continuous Integration
- Use tomphp/github-actions/checkout-rust-project - ([dfc7d36](https://github.com/tomphp/versioned-files/commit/dfc7d368234f42f00665552820a436bccc415fe7)) - Tom Oram
- Require GitHub action tests to pass before releasing - ([025643b](https://github.com/tomphp/versioned-files/commit/025643b23393df5bc5a48e561eef421f8bc4df36)) - Tom Oram
#### Refactoring
- **(setup-versioned-files-action)** Use tomphp/github-actions/install-release-binary - ([fbcde17](https://github.com/tomphp/versioned-files/commit/fbcde175dad5eaede4fe3a59afd4523f6fa52f9d)) - Tom Oram
- **(setup-versioned-files-action)** Add Determine Binary Name step - ([1e933de](https://github.com/tomphp/versioned-files/commit/1e933de77f8a945e5b6040fb638b0fed67d595cc)) - Tom Oram

- - -

## [v0.2.0](https://github.com/tomphp/versioned-files/compare/v0.1.0..v0.2.0) - 2023-10-23
#### Features
- **(setup-versioned-files-action)** Create github action - ([cf92e86](https://github.com/tomphp/versioned-files/commit/cf92e864f3ae743cd5cec39e934b803d247de7ab)) - 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.1.0"
version = "0.2.1"
edition = "2021"
description = "A tool which updates files in your project with the current version number."
license-file = "LICENSE"
Expand Down

0 comments on commit 7ecd659

Please sign in to comment.