From 1f342cd9f2c3629a826dce940462c7b14ab5769c Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sun, 5 Jun 2022 18:15:58 -0300 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcfce4..798e184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ ## [Unreleased] + +## [v0.10.0] - 2022-06-04 +### Chore +- **deps:** Upgrade to minicbor 0.17 (breaking changes) ([#109](https://github.com/txpipe/pallas/issues/109)) + +### Feat +- Improve multiplexer ergonomics ([#111](https://github.com/txpipe/pallas/issues/111)) +- Add mechanism to retain original CBOR ([#110](https://github.com/txpipe/pallas/issues/110)) +- **multiplexer:** Allow fine-grained control of concurrency strategy ([#106](https://github.com/txpipe/pallas/issues/106)) +- **primitives:** Add self-contained transaction struct ([#107](https://github.com/txpipe/pallas/issues/107)) + + + +## [v0.9.1] - 2022-05-03 +### Fix +- Provide access to PlutusScript bytes ([#102](https://github.com/txpipe/pallas/issues/102)) + + + +## [v0.9.0] - 2022-04-30 +### Ci +- Skip publish confirmation prompt +- Enable tag-based release workflow +- Add draft version of the release workflow ([#101](https://github.com/txpipe/pallas/issues/101)) + +### Docs +- Add retroactive change log + + ## [v0.9.0-alpha.1] - 2022-04-29 ### Chore @@ -344,7 +373,10 @@ - apply fmt to entire workspace -[Unreleased]: https://github.com/txpipe/pallas/compare/v0.9.0-alpha.1...HEAD +[Unreleased]: https://github.com/txpipe/pallas/compare/v0.10.0...HEAD +[v0.10.0]: https://github.com/txpipe/pallas/compare/v0.9.1...v0.10.0 +[v0.9.1]: https://github.com/txpipe/pallas/compare/v0.9.0...v0.9.1 +[v0.9.0]: https://github.com/txpipe/pallas/compare/v0.9.0-alpha.1...v0.9.0 [v0.9.0-alpha.1]: https://github.com/txpipe/pallas/compare/v0.9.0-alpha.0...v0.9.0-alpha.1 [v0.9.0-alpha.0]: https://github.com/txpipe/pallas/compare/v0.8.0...v0.9.0-alpha.0 [v0.8.0]: https://github.com/txpipe/pallas/compare/v0.8.0-alpha.1...v0.8.0