File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ this project adheres to `Semantic Versioning <https://semver.org/>`_.
9
9
Unreleased _
10
10
------------
11
11
12
+ 0.6.0 _ - 2022-03-02
13
+ -------------------
14
+
12
15
Added
13
16
^^^^^
14
17
@@ -19,10 +22,12 @@ Fixed
19
22
20
23
- Do not raise error about unsupported solver flags when MiniZinc driver would
21
24
not raise an error.
25
+ - Fix warnings caused by unterminated coroutines when using the asynchronous
26
+ iterators
22
27
23
28
24
29
0.5.0 _ - 2021-10-07
25
- ------------
30
+ -------------------
26
31
27
32
Added
28
33
^^^^^
@@ -292,6 +297,7 @@ release is best described in the `documentation
292
297
<https://minizinc-python.readthedocs.io/en/0.1.0/> `_.
293
298
294
299
300
+ .. _0.6.0 : https://github.com/MiniZinc/minizinc-python/compare/0.5.0...0.6.0
295
301
.. _0.5.0 : https://github.com/MiniZinc/minizinc-python/compare/0.4.2...0.5.0
296
302
.. _0.4.2 : https://github.com/MiniZinc/minizinc-python/compare/0.4.1...0.4.2
297
303
.. _0.4.1 : https://github.com/MiniZinc/minizinc-python/compare/0.4.0...0.4.1
You can’t perform that action at this time.
0 commit comments