Skip to content

Commit

Permalink
new v0.2.0 version
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Pothulapati <[email protected]>
  • Loading branch information
Pothulapati committed Dec 13, 2021
1 parent ac33a55 commit 43d4b94
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 = "gh-action-trace"
version = "0.1.0"
version = "0.2.0"
authors = ["Tarun Pothulapati <[email protected]>"]
edition = "2021"
description = "gh-action-trace is a CLI to create traces for GitHub Action runs by retrieving Action runs metadata from the GitHub API"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use opentelemetry::KeyValue;
/// intended to be run as a standalone binary.
#[derive(Parser)]
#[clap(
version = "0.1.0",
version = "0.2.0",
author = "Tarun Pothulapati <[email protected]>"
)]
struct Opts {
Expand Down

0 comments on commit 43d4b94

Please sign in to comment.