Skip to content

Commit f46516f

Browse files
authored
chore: bump version to 0.2.0 (#36)
* Update version in Cargo.toml * Update version in Cargo.lock * Update version in nix/pkgs/git-msg.nix * Update version in .github/workflows/release.yml Signed-off-by: Qiming Chu <[email protected]>
1 parent 0772c32 commit f46516f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
workflow_dispatch:
77
inputs:
88
tag:
9-
description: 'Version tag (e.g., v0.1.0)'
9+
description: 'Version tag (e.g., v0.2.0)'
1010
required: true
11-
default: 'v0.1.0'
11+
default: 'v0.2.0'
1212
jobs:
1313
build-and-release:
1414
runs-on: ${{ matrix.os }}

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,5 +1,5 @@
11
[package]
2-
version = "0.1.0"
2+
version = "0.2.0"
33
name = "git-msg"
44
edition = "2021"
55
authors = ["Emin <[email protected]>"]

nix/pkgs/git-msg.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let
1010
in
1111
pkgs.pkgsStatic.rustPlatform.buildRustPackage {
1212
pname = "git-msg";
13-
version = "0.1.0";
13+
version = "0.2.0";
1414

1515
cargoLock = {
1616
lockFile = ./../../Cargo.lock;

0 commit comments

Comments
 (0)