Skip to content

Commit

Permalink
4.1.1 release prep (#916)
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Popejoy <[email protected]>
  • Loading branch information
sirlensalot and Stuart Popejoy authored Oct 30, 2021
1 parent 150a005 commit d4452cb
Show file tree
Hide file tree
Showing 3 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 @@
4.1.1
---
* Guard for recursion at runtime on user apps (#913)
* FV and TC give real errors (and warnings), improve model failure output (#904)
* Fix nested capability acquisition (#910)
* Add support for empty import lists when module hashes are present (#901)

4.1
---
* [Typechecking/FV] Support dynamic refs in TC/analyze (#894)
Expand Down
4 changes: 2 additions & 2 deletions docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# General information about the project.
project = u'Pact Language Reference'
copyright = u'2016, 2017, 2018, 2019 Kadena LLC'
copyright = u'2016, 2017, 2018, 2019, 2020, 2021 Kadena LLC'
author = u'Stuart Popejoy'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -63,7 +63,7 @@
# The short X.Y version.
version = u'4.1'
# The full version, including alpha/beta/rc tags.
release = u'4.1.0'
release = u'4.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.1
version: 4.1.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 d4452cb

Please sign in to comment.