Skip to content

Commit a8896cf

Browse files
committed
Merge BlockstreamResearch#366: Bump to 0.8.0
ff10d80 bump to 0.8.0 (ivanlele) Pull request description: ACKs for top commit: apoelstra: ACK ff10d80; successfully ran local tests Tree-SHA512: 553e171cff6d2a2a66ad31d6bae005561be34f1cb4a0a1972d172ed5065dc49735ce097ad716e3acd53809b01f0939ea885870ad293848fd8debabb890ceb4c9
2 parents ad9647f + ff10d80 commit a8896cf

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.7.1 - 2026-05-06
1+
# 0.8.0 - 2026-05-28
22

33
* Add runtime jet type check in `Context` [#361](https://github.com/BlockstreamResearch/rust-simplicity/pull/361)
44
* Migrate execution to dynamic dispatch [#360](https://github.com/BlockstreamResearch/rust-simplicity/pull/360)

Cargo-recent.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
547547
name = "simpcli"
548548
version = "0.3.0"
549549
dependencies = [
550-
"simplicity-lang 0.7.1",
550+
"simplicity-lang 0.8.0",
551551
]
552552

553553
[[package]]
@@ -557,7 +557,7 @@ dependencies = [
557557
"base64 0.22.1",
558558
"libfuzzer-sys",
559559
"simplicity-lang 0.3.1",
560-
"simplicity-lang 0.7.1",
560+
"simplicity-lang 0.8.0",
561561
]
562562

563563
[[package]]
@@ -577,7 +577,7 @@ dependencies = [
577577

578578
[[package]]
579579
name = "simplicity-lang"
580-
version = "0.7.1"
580+
version = "0.8.0"
581581
dependencies = [
582582
"bitcoin",
583583
"bitcoin_hashes",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simplicity-lang"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/BlockstreamResearch/rust-simplicity/"

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "fuzz_lib/lib.rs"
1616
libfuzzer-sys = "0.4"
1717
# We shouldn't need an explicit version on the next line, but Andrew's tools
1818
# choke on it otherwise. See https://github.com/nix-community/crate2nix/issues/373
19-
simplicity-lang = { path = "..", features = ["test-utils", "human_encoding"], version = "0.7.1" }
19+
simplicity-lang = { path = "..", features = ["test-utils", "human_encoding"], version = "0.8.0" }
2020
old_simplicity = { package = "simplicity-lang", version = "0.3.1", default-features = false }
2121

2222
[dev-dependencies]

simpcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77

88
[dependencies]
99
# todo add lexopt for command line parsing
10-
simplicity-lang = { version = "0.7.1", path = "..", features = [ "base64", "serde", "elements", "human_encoding" ] }
10+
simplicity-lang = { version = "0.8.0", path = "..", features = [ "base64", "serde", "elements", "human_encoding" ] }
1111

1212
[[bin]]
1313
name = "simpcli"

0 commit comments

Comments
 (0)