Skip to content

Commit 9490c4a

Browse files
authored
chore: release v0.4.1 (#8)
1 parent a0f796b commit 9490c4a

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1](https://github.com/inthehack/noshell/compare/v0.4.0...v0.4.1) - 2026-02-25
11+
12+
### Added
13+
14+
- make command execution asynchronous
15+
1016
## [0.4.0](https://github.com/inthehack/noshell/compare/v0.3.0...v0.4.0) - 2026-02-19
1117

1218
### Added

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.4.0"
2+
version = "0.4.1"
33
edition = "2024"
44
authors = ["Julien Peeters <inthehack@mountainhacks.org>"]
55
license = "Apache-2.0 OR MIT"

noshell/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ itertools = { version = "0.14.0", default-features = false }
2424
nom = { workspace = true }
2525
thiserror = { workspace = true }
2626

27-
noshell-macros = { path = "../noshell-macros", version = "0.4.0" }
28-
noshell-parser = { path = "../noshell-parser", version = "0.4.0", optional = true }
27+
noshell-macros = { path = "../noshell-macros", version = "0.4.1" }
28+
noshell-parser = { path = "../noshell-parser", version = "0.4.1", optional = true }
2929

3030
noterm = { version = "^0.2.3" }
3131

0 commit comments

Comments
 (0)