Skip to content

Commit fceab20

Browse files
committed
v0.3.0-pre.2
1 parent c49e270 commit fceab20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.3.0-pre.1
3+
## 0.3.0-pre.2
44

55
A major release with significant changes to the API:
66

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "xshell"
33
description = "Utilities for quick shell scripting in Rust"
44
categories = ["development-tools::build-utils", "filesystem"]
5-
version = "0.3.0-pre.1" # also update xshell-macros/Cargo.toml and CHANGELOG.md
5+
version = "0.3.0-pre.2" # also update xshell-macros/Cargo.toml and CHANGELOG.md
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/matklad/xshell"
88
authors = ["Alex Kladov <[email protected]>"]
@@ -14,7 +14,7 @@ exclude = [".github/", "bors.toml", "rustfmt.toml", "cbench", "mock_bin/"]
1414
[workspace]
1515

1616
[dependencies]
17-
xshell-macros = { version = "=0.3.0-pre.1", path = "./xshell-macros" }
17+
xshell-macros = { version = "=0.3.0-pre.2", path = "./xshell-macros" }
1818

1919
[dev-dependencies]
2020
anyhow = "1.0.56"

xshell-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "xshell-macros"
33
description = "Private implementation detail of xshell crate"
4-
version = "0.3.0-pre.1"
4+
version = "0.3.0-pre.2"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/matklad/xshell"
77
authors = ["Aleksey Kladov <[email protected]>"]

0 commit comments

Comments
 (0)