Skip to content

Commit

Permalink
Release version v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Nov 14, 2023
1 parent 79072a9 commit 8906b4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [v0.4.1] - 2023-11-14

- Added cargo binstall pkg directives

## [v0.4.0] - 2023-11-13

- One yaml file output json without nesting in an array
Expand Down
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.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ edition = "2021"
description = "A simple CLI for combining json and yaml files"
name = "yamine"
license = "Apache-2.0"
version = "0.4.0"
version = "0.4.1"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down Expand Up @@ -33,8 +38,3 @@ anstyle = "1.0.3"
# utils
indoc = "2.0"
itertools = "0.11"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

0 comments on commit 8906b4f

Please sign in to comment.