Skip to content
Draft
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 CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.2.0 - UNRELEASED

# 0.1.2 - **Critical fix** for `PlyArg Credential` instance

- The instance was buggy and did not produce proper UPLC. Any types containing `Credential` (e.g `Address`) may have been affected.
Expand Down
8 changes: 6 additions & 2 deletions 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.1.2
version: 0.2.0
author: Chase <chase@mlabs.city>
license: MIT

Expand Down Expand Up @@ -127,6 +127,10 @@ test-suite ply-core-test
import: common-ghc-opts
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends: ply-core
build-depends:
, ply-core
, tasty
, tasty-quickcheck

hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
Loading