Skip to content

Commit

Permalink
Merge pull request #322 from kadena-io/feat/2.6.1-prep
Browse files Browse the repository at this point in the history
Feat/2.6.1 prep
  • Loading branch information
Stuart Popejoy authored Nov 21, 2018
2 parents 8df5059 + e9232e6 commit 9ef5f4b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2.6.1
---
* Korean readthedocs
* Interfaces copy models onto implementing modules
* Better/tighter compile phase, remove TBless, TImplements
* Fix bug preventing correct reporting of argument values in falsifying models
from the property checker

Expand Down
4 changes: 2 additions & 2 deletions docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.6.0'
version = u'2.6.1'
# The full version, including alpha/beta/rc tags.
release = u'2.6.0'
release = u'2.6.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 docs/en/pact-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Return ID if called during current pact execution, failing if not.
Obtain current pact build version.
```lisp
pact> (pact-version)
"2.6.0"
"2.6.1"
```

Top level only: this function will fail if used in module code.
Expand Down
4 changes: 2 additions & 2 deletions docs/jp/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.6.0'
version = u'2.6.1'
# The full version, including alpha/beta/rc tags.
release = u'2.6.0'
release = u'2.6.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/kr/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.6.0'
version = u'2.6.1'
# The full version, including alpha/beta/rc tags.
release = u'2.6.0'
release = u'2.6.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 @@

name: pact
version: 2.6.0
version: 2.6.1
synopsis: Smart contract language library and REPL
description:
Pact is a transactional, database-focused, Turing-incomplete, interpreted language for smart contracts,
Expand Down

0 comments on commit 9ef5f4b

Please sign in to comment.