Skip to content

Commit f76810c

Browse files
committed
bump version to 0.3.0
1 parent f7c24df commit f76810c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 0.3.0 - 2025-11-04
2+
3+
* Add `array_fold` builtin function [#145](https://github.com/BlockstreamResearch/SimplicityHL/pull/145)
4+
* Add getters for `Span` and improve error handling [#146](https://github.com/BlockstreamResearch/SimplicityHL/pull/146)
5+
* Add VSCode extension with LSP support
6+
[#148](https://github.com/BlockstreamResearch/SimplicityHL/pull/148)
7+
[#149](https://github.com/BlockstreamResearch/SimplicityHL/pull/149)
8+
* Switch NUMS key to BIP-0341 suggested key [#143](https://github.com/BlockstreamResearch/SimplicityHL/pull/143)
9+
* Fix `array_fold` powers-of-two bug; fix simc CLI when serde is disabled; enable serde by default [#159](https://github.com/BlockstreamResearch/SimplicityHL/pull/159)
10+
* Update rust-simplicity to 0.6
11+
[#143](https://github.com/BlockstreamResearch/SimplicityHL/pull/143)
12+
[#160](https://github.com/BlockstreamResearch/SimplicityHL/pull/160)
13+
114
# 0.2.0 - 2025-07-29
215

316
* Renamed from [Simfony](https://crates.io/crates/simfony)

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.2.0"
3+
version = "0.3.0"
44
authors = ["sanket1729 <[email protected]>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/BlockstreamResearch/SimplicityHL"

0 commit comments

Comments
 (0)