Skip to content

Commit 92bd877

Browse files
committed
Update release notes for 0.13.1 & 0.12.2
1 parent 1597840 commit 92bd877

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

website/docs/releases/release-notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
title: Release Notes
33
---
44

5+
## v0.13.1
6+
7+
#### cashc compiler
8+
- :sparkles: Allow custom `CashScriptErrorListener` to be passed to the compiler.
9+
- :bug: Fix missing location data in tuple assignment errors.
10+
11+
#### CashScript SDK
12+
- :sparkles: In the `MockNetworkProvider`, `addUtxo()` now returns the added UTXO.
13+
514
## v0.13.0
615

716
This release contains several breaking changes, please refer to the [migration notes](/docs/releases/migration-notes) for more information.
@@ -51,6 +60,16 @@ This release contains several breaking changes, please refer to the [migration n
5160
- :hammer_and_wrench: Compile TS artifacts as well as JSON artifacts.
5261
- :hammer_and_wrench: Add key management utilities for testing.
5362

63+
---
64+
65+
https://x.com/CashScriptBCH/status/2059199869261095106
66+
67+
## v0.12.2
68+
69+
#### cashc compiler
70+
- :sparkles: Backport from v0.13.1: allow custom `CashScriptErrorListener` to be passed to the compiler.
71+
- :bug: Backport from v0.13.1: fix missing location data in tuple assignment errors.
72+
5473
## v0.12.1
5574

5675
#### CashScript SDK

0 commit comments

Comments
 (0)