Skip to content

Commit

Permalink
release: Version 2.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Nov 7, 2024
1 parent 760d47e commit 62ab133
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.8.0](https://github.com/rash-sh/rash/tree/v2.8.0) - 2024-11-07

### Added

- cli: Add `script` argument for inline script
- deps: Enable `loop_controls` feature in minijinja

### Build

- deps: Update Rust crate serde-error to v0.1.3
- deps: Update Rust crate serde to v1.0.214

## [v2.7.6](https://github.com/rash-sh/rash/tree/v2.7.6) - 2024-10-24

### Fixed
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"


[workspace.package]
version = "2.7.6"
version = "2.8.0"
authors = ["Pando85 <[email protected]>"]
rust-version = "1.82"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion mdbook_rash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/bin/mdbook-rash.rs"
doc = false

[dependencies]
rash_core = { path = "../rash_core", features = ["docs"], version = "2.7.6" }
rash_core = { path = "../rash_core", features = ["docs"], version = "2.8.0" }
log.workspace = true
regex.workspace = true
schemars.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rash_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docs = ["rash_derive/docs", "schemars"]
passwordstore = ["prs-lib"]

[dependencies]
rash_derive = { path = "../rash_derive", version = "2.7.6" }
rash_derive = { path = "../rash_derive", version = "2.8.0" }
log.workspace = true
regex.workspace = true
schemars = { workspace = true, optional = true }
Expand Down

0 comments on commit 62ab133

Please sign in to comment.