You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [0.8.1] - 2023-04-06
8
+
9
+
This patch contains a number of bug fixes to `v0.8.0`.
10
+
11
+
**Implemented enhancements:**
12
+
13
+
- Only upload code cov once in CI [\#190](https://github.com/Python-Cardano/pycardano/pull/190) ([cffls](https://github.com/cffls))
14
+
15
+
**Fixed bugs:**
16
+
17
+
- PyCardano does not correctly load nested PlutusData from cbor where the keys are unions of PlutusData [\#193](https://github.com/Python-Cardano/pycardano/issues/193)
18
+
-\[Bug fix\] Return a value directly if its type is 'Any' on deserializing [\#195](https://github.com/Python-Cardano/pycardano/pull/195) ([cffls](https://github.com/cffls))
19
+
- Fix recursive deserialization of cbor bytes [\#194](https://github.com/Python-Cardano/pycardano/pull/194) ([nielstron](https://github.com/nielstron))
20
+
- Fix error when adding multiple redeemers [\#192](https://github.com/Python-Cardano/pycardano/pull/192) ([cffls](https://github.com/cffls))
0 commit comments