Skip to content

Commit c35b7e4

Browse files
committed
Bump patch version to 0.9.6, turn NEWS.md into a HISTORY.md
1 parent 4cb4940 commit c35b7e4

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 0.9.6
2+
3+
Add support for Julia v1.12.
4+
5+
# 0.9.0
6+
7+
From version 0.9.0, the old `TArray` and `TRef` types are completely removed, where previously they were only deprecated. Additionally, the internals have been completely overhauled, and the public interface more precisely defined. See the docs for more info.
8+
9+
# 0.6.0
10+
11+
From v0.6.0 Libtask is implemented by recording all the computing to a tape and copying that tape. Before that version, it is based on a tricky hack on the Julia internals. You can check the commit history of this repo to see the details.

NEWS.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
33
license = "MIT"
44
desc = "Tape based task copying in Turing"
55
repo = "https://github.com/TuringLang/Libtask.jl.git"
6-
version = "0.9.5"
6+
version = "0.9.6"
77

88
[deps]
99
MistyClosures = "dbe65cb8-6be2-42dd-bbc5-4196aaced4f4"

0 commit comments

Comments
 (0)