From 5a57fc40df15b2773e91f223a803afb3a99e4071 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Wed, 2 Mar 2022 13:35:10 +1100 Subject: [PATCH] Update version to 0.6.0 --- CHANGELOG.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b08e6c2..1685b35 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,9 @@ this project adheres to `Semantic Versioning `_. Unreleased_ ------------ +0.6.0_ - 2022-03-02 +------------------- + Added ^^^^^ @@ -19,10 +22,12 @@ Fixed - Do not raise error about unsupported solver flags when MiniZinc driver would not raise an error. +- Fix warnings caused by unterminated coroutines when using the asynchronous + iterators 0.5.0_ - 2021-10-07 ------------- +------------------- Added ^^^^^ @@ -292,6 +297,7 @@ release is best described in the `documentation `_. +.. _0.6.0: https://github.com/MiniZinc/minizinc-python/compare/0.5.0...0.6.0 .. _0.5.0: https://github.com/MiniZinc/minizinc-python/compare/0.4.2...0.5.0 .. _0.4.2: https://github.com/MiniZinc/minizinc-python/compare/0.4.1...0.4.2 .. _0.4.1: https://github.com/MiniZinc/minizinc-python/compare/0.4.0...0.4.1