Skip to content

Commit 1981384

Browse files
Bump vesion to 0.15.1
1 parent fcf6abf commit 1981384

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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.

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 0.15.1 (unreleased)
1+
# Version 0.15.1
22
* Fix miscompilation when there's a trailing comment after an expression.
33
* Fix out-of-order printing in evcxr_jupyter
44

evcxr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evcxr"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
license = "MIT OR Apache-2.0"
55
description = "An Evaluation Context for Rust"
66
repository = "https://github.com/evcxr/evcxr"

evcxr_jupyter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evcxr_jupyter"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
license = "MIT OR Apache-2.0"
55
description = "A Jupyter Kernel for Rust"
66
repository = "https://github.com/evcxr/evcxr"
@@ -10,7 +10,7 @@ edition = "2021"
1010
rust-version = "1.57"
1111

1212
[dependencies]
13-
evcxr = { version = "=0.15.0", path = "../evcxr" }
13+
evcxr = { version = "=0.15.1", path = "../evcxr" }
1414
json = "0.12.4"
1515
anyhow = "1.0.33"
1616
bytes = "1.2.1"

evcxr_repl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evcxr_repl"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
license = "MIT OR Apache-2.0"
55
description = "A REPL for Rust"
66
repository = "https://github.com/evcxr/evcxr"
@@ -12,7 +12,7 @@ edition = "2021"
1212
default = ["mimalloc"]
1313

1414
[dependencies]
15-
evcxr = { version = "=0.15.0", path = "../evcxr" }
15+
evcxr = { version = "=0.15.1", path = "../evcxr" }
1616
rustyline = "11.0.0"
1717
colored = "2.0.0"
1818
once_cell = "1.5.2"

0 commit comments

Comments
 (0)