Skip to content
Merged

Dev #143

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
shell: bash
run: |
cd ${{ matrix.build-dir }}
simplex install
simplex build
test -f src/artifacts/mod.rs

Expand Down Expand Up @@ -130,6 +131,7 @@ jobs:
shell: bash
run: |
cd ${{ matrix.build-dir }}
simplex install
simplex build
test -f src/artifacts/mod.rs

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.0.11]

- Bumped `simplicityhl` dependency to `0.7.2`.
- Added `simplex clean --all` flag to also delete installed dependencies.
- Added an ability to specify a `branch` in the dependencies installation section.
- Added `simplex install std` alias to install the latest `simplicityhl-std` version.
- Added custom Elements network resolution to support networks with dynamic genesis hashes and policy assets.
- Added an ability to sign and inject custom `sighash_all` tags to the `Signer`. Use via `RequiredSignature::WitnessWithMessage`.
- Fixed artifacts generation for dependencies that are deeper than one directory in.

## [0.0.10]

- Added `SECURITY.md` for security reporting guidelines.
Expand Down
Loading
Loading