Skip to content

Commit

Permalink
Bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyNotChase committed Sep 15, 2024
1 parent 6cba865 commit 1011308
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.7.1 - BUG FIX

- Fix function application producing absurd code when applying small constants (unit, bool, integer).

Thanks [@sourabhxyz](https://github.com/sourabhxyz) for [finding the bug](https://github.com/mlabs-haskell/ply/issues/54)!
- Fix `ScriptRoleError` being thrown with the wrong `expectedRole` field.

# 0.7.0 - Bump plutus version to 1.30.0.0

- Dropped V1 support for `Ply.Plutarch`.
Expand Down
2 changes: 1 addition & 1 deletion genPurs/genPurs.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ply-ctl
version: 0.7.0
version: 0.7.1
author: Seungheon <[email protected]>
license: MIT

Expand Down
2 changes: 1 addition & 1 deletion ply-core/ply-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ply-core
version: 0.7.0
version: 0.7.1
author: Chase <[email protected]>
license: MIT

Expand Down
2 changes: 1 addition & 1 deletion ply-plutarch/ply-plutarch.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ply-plutarch
version: 0.7.0
version: 0.7.1
author: Chase <[email protected]>
license: MIT

Expand Down

0 comments on commit 1011308

Please sign in to comment.