From b9dc933bbc8d42c8c144a81cf4b1cc96ffa8740c Mon Sep 17 00:00:00 2001 From: Juraj Kirchheim Date: Fri, 2 Apr 2021 11:19:44 +0200 Subject: [PATCH] Release 0.12.0 --- haxelib.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/haxelib.json b/haxelib.json index 8df8ddd..44187fe 100644 --- a/haxelib.json +++ b/haxelib.json @@ -3,16 +3,16 @@ "classPath": "src", "dependencies": { "tink_anon": "", + "tink_priority": "", "tink_pure": "", - "tink_state": "", - "tink_priority": "" + "tink_state": "" }, "url": "https://github.com/MVCoconut/coconut.data/", "contributors": [ "back2dos" ], - "version": "0.11.0", - "releasenote": "Support haxe 4.2. Various other improvements.", + "version": "0.12.0", + "releasenote": "@:skipCheck for type params. Add coconut.data.Vector. Support @:editable on interfaces.", "tags": [ "data", "state",