We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d68079 commit 80fc0eaCopy full SHA for 80fc0ea
2 files changed
NEWS.md
@@ -1,6 +1,13 @@
1
MathOptInterface (MOI) release notes
2
====================================
3
4
+v0.9.12 (February 28, 2020)
5
+---------------------
6
+
7
+- Fixed writing `NLPBlock` in MathOptFormat (#1037).
8
+- Fixed `MockOptimizer` for result attributes with non-one result index (#1039).
9
+- Updated test template with `instantiate` (#1032).
10
11
v0.9.11 (February 21, 2020)
12
---------------------
13
Project.toml
@@ -1,6 +1,6 @@
name = "MathOptInterface"
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
-version = "0.9.11"
+version = "0.9.12"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
0 commit comments