Skip to content

Commit

Permalink
release: v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Jan 26, 2022
1 parent 5c11ffd commit 52cf42e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

* Command module: `transfer_pid_1` (use `transfer_pid` instead)


## [v1.7.0](https://github.com/rash-sh/rash/tree/v1.7.0) (2022-01-26)

### Added

* Rename `transfer_pid_1` to `transfer_pid` in command module
Expand Down
6 changes: 3 additions & 3 deletions 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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.7.0
4 changes: 2 additions & 2 deletions mdbook_rash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook_rash"
version = "1.6.1"
version = "1.7.0"
description = "Binary to create doc from `rash` code"
authors = ["Pando85 <[email protected]>"]
edition = "2018"
Expand All @@ -15,7 +15,7 @@ path = "src/bin/mdbook-rash.rs"
doc = false

[dependencies]
rash_core = { path = "../rash_core", features = ["docs"], version = "1.6.1" }
rash_core = { path = "../rash_core", features = ["docs"], version = "1.7.0" }
schemars = "0.8"
clap = "2"
chrono = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions rash_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rash_core"
version = "1.6.1"
version = "1.7.0"
description = "Declarative shell scripting using Rust native bindings"
authors = ["Pando85 <[email protected]>"]
edition = "2021"
Expand All @@ -21,7 +21,7 @@ path = "src/bin/rash.rs"
docs = ["rash_derive/docs", "schemars"]

[dependencies]
rash_derive = { path = "../rash_derive", version = "1.6.1" }
rash_derive = { path = "../rash_derive", version = "1.7.0" }
byte-unit = "4.0"
console = "0.14.0"
clap = { version = "3.0.6", features = ["std", "color", "derive", "cargo"]}
Expand Down
2 changes: 1 addition & 1 deletion rash_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rash_derive"
description = "rash derive crate"
version = "1.6.1"
version = "1.7.0"
authors = ["Pando85 <[email protected]>"]
edition = "2018"
license-file = "../LICENSE"
Expand Down

0 comments on commit 52cf42e

Please sign in to comment.