Skip to content

Releases: emina/rosette

Rosette 4.1

08 Mar 05:32
Compare
Choose a tag to compare

This is a minor bug-fixing release.

With this release, you can run Rosette using Docker, for example:

docker run -it -v "$PWD":/rosette ghcr.io/emina/rosette:4.1 -- test.rkt

will run the file test.rkt in the current directory using the Rosette Docker image.

Rosette 4.0

12 Mar 18:48
Compare
Choose a tag to compare

This is a major release with significant changes to the language and the symbolic evaluator. Rosette 4.0 is not backward compatible with Rosette 3.x. See NOTES.md for details.

Rosette 3.2

04 Mar 17:10
Compare
Choose a tag to compare

This release includes minor updates and a new value destructuring library. See NOTES.md for details.

Rosette 3.1

25 Jun 19:47
Compare
Choose a tag to compare

This release includes bug fixes, updates Rosette to use the latest version of Z3 as the default solver, and includes two new features, the value browser and the error tracer. See NOTES.md for details.

Rosette 3.0

23 Aug 21:13
Compare
Choose a tag to compare

This is a major release with significant changes to the language and the symbolic evaluator. Rosette 3.0 is not backward compatible with Rosette 2.x. See NOTES.md for details.

Rosette 2.2

29 Jul 00:54
Compare
Choose a tag to compare

This release extends Rosette 2.1 with support for quantified formulas and the distinct? predicate. See NOTES.md for details.

Rosette 2.1

14 May 02:02
Compare
Choose a tag to compare

This release is a minor update of Rosette 2.0. See NOTES.md for details.

Rosette 2.0

25 Mar 16:16
Compare
Choose a tag to compare

This is a major release with significant changes to the language and the symbolic evaluator. Rosette 2.0 is not backward compatible with Rosette 1.x. See NOTES.md for details.

Rosette 1.1

24 Mar 17:41
Compare
Choose a tag to compare

Minor bug fixes for Rosette 1.0.

Rosette 1.0

07 Oct 18:21
Compare
Choose a tag to compare

The initial version of Rosette, released in 2014, with minor updates.