Skip to content

Commit 40b361b

Browse files
authored
Merge pull request #21 from k-nasa/k-nasa/bumpup_version
Release 0.1.2
2 parents 3731d8d + 4dbcf81 commit 40b361b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 = "gid_cli"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "Help project managers and project owners with easy-to-understand views of github issue dependencies."
66
keywords = ["cli", "gid", "github", "project-management", "mermaid"]

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ runs:
2020
~/.cargo/registry/cache/
2121
~/.cargo/git/db/
2222
target/
23-
key: ${{ runner.os }}-cargo-${{ hashFiles('~/.cargo/bin/gid') }}-0.1.1
23+
key: ${{ runner.os }}-cargo-${{ hashFiles('~/.cargo/bin/gid') }}-0.1.2
2424

2525
- name: Install gid
2626
shell: bash
2727
run: |
2828
cargo -vV
29-
cargo install --version 0.1.0 gid_cli || true
29+
cargo install --version 0.1.2 gid_cli || true
3030
3131
- uses: actions/github-script@v6
3232
env:

0 commit comments

Comments
 (0)