Skip to content

Commit 31ebd02

Browse files
committed
Merge #300: release: bump crate to 0.6.0-rc.0
106d5f3 release: bump crate to 0.6.0-rc.0 (Kyryl R) Pull request description: ## Copy from the CHANGELOG * Add imports and dependency resolution, including `pub`/`use` syntax, re-exports, aliases, transitive dependencies, collision diagnostics, functional tests, examples, and `simc --dep` for compiling multi-file programs. [#264](#264) * Replaced the deprecated `WithFile` trait with `WithContent` and `WithSource` to cleanly separate single-file execution from multi-file environments. Additionally, replaced the `file()` method on `RichError` with `source()`. [#266](#266) * Clean up whitespace in the generated jet documentation. [#276](#276) --- Overall, we are bumping the "major" version again due to module support. Technically, this should not be a breaking change, and all previous features should be supported, though I do not want it to look like a minor patch release, so I just bumped the middle digit in the release It is an RC just to give us time to run it and adapt it on different closely related components: VS Code extension, LSP, simplex, std lib After trying out the changes in the wild for a few weeks, we can release a stable version ACKs for top commit: apoelstra: ACK 106d5f3; successfully ran local tests Tree-SHA512: f71bf39b8e990a3dfe0a08af35432964c937e38165dd128905f508612f52978001b24542e20b1a8506ff2bee73711a5a146824f9c5e021b7195f84cee6008d4a
2 parents 4b83256 + 106d5f3 commit 31ebd02

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Unreleased
1+
# 0.6.0-rc.0 - 2026-04-24
22

3+
* Add imports and dependency resolution, including `pub`/`use` syntax, re-exports, aliases, transitive dependencies, collision diagnostics, functional tests, examples, and `simc --dep` for compiling multi-file programs. [#264](https://github.com/BlockstreamResearch/SimplicityHL/pull/264)
34
* Replaced the deprecated `WithFile` trait with `WithContent` and `WithSource` to cleanly separate single-file execution from multi-file environments. Additionally, replaced the `file()` method on `RichError` with `source()`. [#266](https://github.com/BlockstreamResearch/SimplicityHL/pull/266)
5+
* Clean up whitespace in the generated jet documentation. [#276](https://github.com/BlockstreamResearch/SimplicityHL/pull/276)
46

57
# 0.5.0 - 2026-04-17
68

Cargo.lock

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
[package]
22
name = "simplicityhl"
3-
version = "0.5.0"
3+
version = "0.6.0-rc.0"
44
authors = ["sanket1729 <sanket1729@gmail.com>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/BlockstreamResearch/SimplicityHL"

0 commit comments

Comments
 (0)