Skip to content

Commit f5753af

Browse files
committed
set release to 0.1
1 parent 0e238cc commit f5753af

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

CHANGELOG.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1+
# v0.1.0 - 2025-07-29
12

2-
3-
# v0.2.1
4-
5-
- support decoding block headers (as blocks without txs)
6-
7-
# v0.2.0
8-
9-
- bump dependency versions:
10-
- elements to v0.21.1
11-
- hal to v0.9.0
12-
- serde to v1.0.84
13-
14-
# v0.1.6
15-
16-
- Support commands without args when using stdin
17-
- Include proper version number for --version
18-
19-
# v0.1.5
20-
21-
- Support passing various arguments through stdin
3+
- Initial release, including hal-elements functions and the `simplicity info` command

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 = "hal-simplicity"
3-
version = "0.2.1"
3+
version = "0.1.0"
44
edition = "2021"
55
authors = ["Steven Roose <[email protected]>", "Andrew Poelstra <[email protected]>"]
66
license = "CC0-1.0"

0 commit comments

Comments
 (0)