Skip to content

Commit

Permalink
release: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Dec 24, 2021
1 parent b754a7d commit 3fe2f90
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rash changes

## [v1.4.1](https://github.com/rash-sh/rash/tree/v1.4.1) (2021-12-24)

### Fixed

* Fix log with print in normal diff

## [v1.4.0](https://github.com/rash-sh/rash/tree/v1.4.0) (2021-12-22)

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

0 comments on commit 3fe2f90

Please sign in to comment.