Skip to content

Releases: sociomantic-tsunami/turtle

v10.2.0: Last v10.x.x. release

27 Aug 11:11
Compare
Choose a tag to compare

This release does not contain functional changes compared to v10.1.2,
but internally update the dependency to unblock upstream DMD.

v10.1.2: Remove usage of Ocean's `Const` template

21 Aug 09:25
Compare
Choose a tag to compare

This remove usage of to-be-removed ocean.meta.types.Qualifier : Const.
The other templates (Inout and Immut) were not used.
Those transition helpers will be removed in Ocean v6.0.0.

v10.1.1: Remove closure allocations

20 Aug 23:33
Compare
Choose a tag to compare

This release removes a few closure allocations done by Turtle.
While allocating closures in a test-suite framework is not a problem,
the closure test currently done by downstream project is done on
the 'fasttest' target, which includes Turtle.
Hence the same closure check as Ocean was added to Turtle so that downstream
projects can adapt at their own pace.

v10.1.0: Forward compatibility

18 Aug 05:57
Compare
Choose a tag to compare

This release contains changes to compatibility with Ocean v5.4.0,
Ubuntu Bionic support, and the most recent compiler releases.

v10.0.3

08 Apr 15:28
Compare
Choose a tag to compare
v10.0.3

v10.0.2

08 Apr 13:54
Compare
Choose a tag to compare
v10.0.2

v10.0.1

08 Apr 13:33
Compare
Choose a tag to compare
v10.0.1

v10.0.0

08 Apr 10:33
Compare
Choose a tag to compare

https://github.com/sociomantic-tsunami/turtle/milestone/20?closed=1

Migration Instructions

Drop D1 support

Starting with v10.0.0 turtle only supports D2.

v9.1.5

08 Apr 15:28
Compare
Choose a tag to compare
v9.1.5

v9.1.4 auto-converted to D2