Skip to content

Commit

Permalink
Pact 4.4.1 release prep (#1084)
Browse files Browse the repository at this point in the history
* pact-4.4.1 release prep

* add addition to doc link fixes
  • Loading branch information
emilypi committed Dec 1, 2022
1 parent 1700de3 commit 0d45ad7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
4.4.1
---
* Export `ApiReq` constituent data structures (#1055)
* Fix test tree creation to allow tests to run faster, safer to run on a single core,
and prevents test servers from being exposed to public environs (#1060, #1062)
* Added capability guards (#1057)
* Lazily evaluate `enforce` to reduce gas usage on evaluation (#1069)
* Gas adjustment for various natives (#1071)
* Fix FV regression that disallowed the verification of unary operators like `abs` (#1079)
* Documentation link fixes (thanks @przemeklach! #1075)

4.4
---
* Document VSCode support - thanks JeremeyJS! (#965)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/pact-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ Return ID if called during current pact execution, failing if not.
Obtain current pact build version.
```lisp
pact> (pact-version)
"4.4"
"4.4.1"
```

Top level only: this function will fail if used in module code.
Expand Down
2 changes: 1 addition & 1 deletion pact.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: pact
version: 4.4
version: 4.4.1
-- ^ 4 digit is prerelease, 3- or 2-digit for prod release
synopsis: Smart contract language library and REPL
description:
Expand Down

0 comments on commit 0d45ad7

Please sign in to comment.