Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Merged
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.3
---
### Misc
- Add check for G2 membership in pairing-check, and test (#386)
- Many documentation improvements (#385, #383, #381)


5.3
---
### Features
Expand Down
2 changes: 1 addition & 1 deletion pact-tng.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.8
name: pact-tng
version: 5.3
version: 5.4
-- ^ 4 digit is prerelease, 3- or 2-digit for prod release
synopsis: Smart contract language library and REPL
description:
Expand Down
2 changes: 1 addition & 1 deletion pact/Pact/Core/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Data.Version (Version(..))
name :: String
name = "pact_tng"
version :: Version
version = Version [5,3] []
version = Version [5,4] []

synopsis :: String
synopsis = "Smart contract language library and REPL"
Expand Down
Loading