Skip to content

Commit

Permalink
Add homepage and repository to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Nov 14, 2023
1 parent 8906b4f commit d875bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## [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
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ authors = ["Praveen Perera <praveen@avencera.com>"]
edition = "2021"
description = "A simple CLI for combining json and yaml files"
name = "yamine"
homepage = "https://github.com/avencera/yamine"
repository = "https://github.com/avencera/yamine"
license = "Apache-2.0"
version = "0.4.1"
version = "0.4.2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz"
Expand Down

0 comments on commit d875bcb

Please sign in to comment.