Skip to content

Commit f473d42

Browse files
authored
Release v0.10.1 (#1596)
1 parent 2cfa951 commit f473d42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "0.10.0"
3+
version = "0.10.1"
44

55
[deps]
66
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

docs/src/release_notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Release notes
22

3+
## v0.10.1 (September 8, 2021)
4+
5+
- Various fixes to `MOI.Test`
6+
37
## v0.10.0 (September 6, 2021)
48

59
**MOI v0.10 is a significant breaking release. There are a large number of
610
user-visible breaking changes and code refactors, as well as a substantial
711
number of new features.**
812

13+
For a detailed list of the closed issues and pull requests from this release,
14+
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.10.0).
15+
916
### Breaking changes in MOI
1017

1118
- `SingleVariable` has been removed; use `VariableIndex` instead

0 commit comments

Comments
 (0)