Skip to content

Commit

Permalink
release: v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Jun 13, 2022
1 parent d8f08a4 commit 12f5394
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

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

## [v1.7.1](https://github.com/rash-sh/rash/tree/v1.7.1) (2022-06-13)

### Fixed

* Update Debian image to bullseye and Rust to 1.61.0
* Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
* [Release notes](https://github.com/rust-lang/regex/releases)
* [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
* [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5)
* Update ipc-channel to 0.16 and run `cargo update`

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

### Added
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.7.0
1.7.1
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.7.0"
version = "1.7.1"
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.7.0" }
rash_core = { path = "../rash_core", features = ["docs"], version = "1.7.1" }
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.7.0"
version = "1.7.1"
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.7.0" }
rash_derive = { path = "../rash_derive", version = "1.7.1" }
byte-unit = "4.0"
console = "0.14.0"
clap = { version = "3.0.14", 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.7.0"
version = "1.7.1"
authors = ["Pando85 <[email protected]>"]
edition = "2018"
license-file = "../LICENSE"
Expand Down

0 comments on commit 12f5394

Please sign in to comment.