We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84158b commit 2d76d9cCopy full SHA for 2d76d9c
Project.toml
@@ -1,6 +1,6 @@
1
name = "MathOptInterface"
2
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3
-version = "0.10.2"
+version = "0.10.3"
4
5
[deps]
6
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
docs/src/release_notes.md
@@ -1,5 +1,13 @@
# Release notes
+## v0.10.3 (September 18, 2021)
+
+For a detailed list of the closed issues and pull requests from this release,
+see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.10.3).
7
8
+- Fix bug which prevented callbacks from working through a CachingOptimizer
9
+- Fix bug in `Test` submodule
10
11
## v0.10.2 (September 16, 2021)
12
13
For a detailed list of the closed issues and pull requests from this release,
0 commit comments