Skip to content

Commit

Permalink
Release version 0.2.1 (#33)
Browse files Browse the repository at this point in the history
Update version to 0.2.1 with
[cargo-release](https://github.com/crate-ci/cargo-release).
Merge this PR to build and publish a new release.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
9999years and github-actions[bot] authored Aug 17, 2023
1 parent 62fd1ce commit dea60f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "ghcid-ng"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = [
"Rebecca Turner <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
final: prev: {
ghcid-ng = final.rustPlatform.buildRustPackage {
pname = "ghcid-ng";
version = "0.2.0"; # LOAD-BEARING COMMENT. See: `.github/workflows/version.yaml`
version = "0.2.1"; # LOAD-BEARING COMMENT. See: `.github/workflows/version.yaml`

cargoLock = {
lockFile = ./Cargo.lock;
Expand Down

0 comments on commit dea60f0

Please sign in to comment.