Skip to content

Releases: stx-labs/rendezvous

Release 1.0.0

21 May 12:43
1.0.0
c108e91

Choose a tag to compare

⚠️ Breaking Changes

Rendezvous-specific functions now require new access modifiers (#258). Contracts using the previous conventions will silently produce "no functions found":

Role Before After
Property tests (test-*) define-public define-private
update-context define-public define-private
Invariants (invariant-*) define-read-only define-read-only (unchanged)
Discard functions (can-*) define-read-only define-read-only (unchanged)

Migration: flip test-* and update-context in your contracts from define-public to define-private. See the updated README and docs/chapter_6.md for examples.

What's Changed

New Contributors

Full Changelog: 0.14.0...1.0.0

Release 1.0.0-rc.1

22 Apr 20:31
1.0.0-rc.1
ee6f886

Choose a tag to compare

Release 1.0.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.14.0...1.0.0-rc.1

Release 0.14.0

20 Feb 16:55
0.14.0
78f12dd

Choose a tag to compare

What's Changed

Full Changelog: 0.13.1...0.14.0

Release 0.13.1

24 Dec 11:53
0.13.1
e87b95c

Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.13.1

P.S. Santa pushed this straight from the command line. Merry Christmas to everyone hardening their Clarity smart contracts and keeping the chain merry 🎄

Release 0.13.0

19 Dec 18:39
0.13.0
7754a00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.0...0.13.0

Release 0.12.0

07 Nov 14:14
0.12.0
df76b54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.0...0.12.0

Release 0.11.0

30 Oct 16:15
0.11.0
2d6437f

Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

Release 0.10.0

26 Sep 17:00
9cee377

Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

Release 0.9.0

30 Jul 16:55
9c02aa7

Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.9.0

Release 0.8.0

29 Jul 08:30
c6683f7

Choose a tag to compare

What's Changed

Full Changelog: 0.7.4...0.8.0