Skip to content

Commit 7ecd659

Browse files
author
cog-bot
committed
chore(version): v0.2.1 [skip ci]
1 parent a767887 commit 7ecd659

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.2.1](https://github.com/tomphp/versioned-files/compare/v0.2.0..v0.2.1) - 2023-10-24
6+
#### Bug Fixes
7+
- **(ci)** Update the version number - ([a767887](https://github.com/tomphp/versioned-files/commit/a767887cd301eecbc6962d8f65128aa0c7c25cba)) - Tom Oram
8+
#### Continuous Integration
9+
- Use tomphp/github-actions/checkout-rust-project - ([dfc7d36](https://github.com/tomphp/versioned-files/commit/dfc7d368234f42f00665552820a436bccc415fe7)) - Tom Oram
10+
- Require GitHub action tests to pass before releasing - ([025643b](https://github.com/tomphp/versioned-files/commit/025643b23393df5bc5a48e561eef421f8bc4df36)) - Tom Oram
11+
#### Refactoring
12+
- **(setup-versioned-files-action)** Use tomphp/github-actions/install-release-binary - ([fbcde17](https://github.com/tomphp/versioned-files/commit/fbcde175dad5eaede4fe3a59afd4523f6fa52f9d)) - Tom Oram
13+
- **(setup-versioned-files-action)** Add Determine Binary Name step - ([1e933de](https://github.com/tomphp/versioned-files/commit/1e933de77f8a945e5b6040fb638b0fed67d595cc)) - Tom Oram
14+
15+
- - -
16+
517
## [v0.2.0](https://github.com/tomphp/versioned-files/compare/v0.1.0..v0.2.0) - 2023-10-23
618
#### Features
719
- **(setup-versioned-files-action)** Create github action - ([cf92e86](https://github.com/tomphp/versioned-files/commit/cf92e864f3ae743cd5cec39e934b803d247de7ab)) - 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.1.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "A tool which updates files in your project with the current version number."
66
license-file = "LICENSE"

0 commit comments

Comments
 (0)