You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #310: Release 0.6.0 of simplicity-lang and simplicity-sys
2d45fda bump version of simplicity-lang to 0.6.0 (Andrew Poelstra)
b36efa2 bump version of simplicity-sys to 0.6.0 (Andrew Poelstra)
196a39d clean up README example; add some top-level docs to library (Andrew Poelstra)
Pull request description:
Cut a new release with the FFI fixes and ghostcell stuff.
ACKs for top commit:
canndrew:
ACK 2d45fda
Tree-SHA512: 2c6b23b0a8556f36bcc97aa9ec59de780347ce72debb032896000782d2a778aa590382e2a55373fbf45d1ec0b863e9a457c87e4fbea85759a4178c8dde375e9f
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# 0.6.0 - 2025-09-17
2
+
3
+
* Improve FFI API and fix soundness issues [#307](https://github.com/BlockstreamResearch/rust-simplicity/pull/288)
4
+
* Decrease MSRV to 1.74.0, matching rust-bitcoin [#308](https://github.com/BlockstreamResearch/rust-simplicity/pull/308)
5
+
* Use `ghost_cell` within `types::Context`, requiring users to construct programs within a single Rust lexical scope [#305](https://github.com/BlockstreamResearch/rust-simplicity/pull/305)
6
+
1
7
# 0.5.0 - 2025-07-29
2
8
3
9
* Add generic `CaseTracker` in bit machine for debugging [#288](https://github.com/BlockstreamResearch/rust-simplicity/pull/288)
0 commit comments