Skip to content

Commit dd7342b

Browse files
authored
Update release notes for v0.10.2 (#1616)
1 parent 91ec097 commit dd7342b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-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.1"
3+
version = "0.10.2"
44

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

docs/src/release_notes.md

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

3+
## v0.10.2 (September 16, 2021)
4+
5+
For a detailed list of the closed issues and pull requests from this release,
6+
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.10.2).
7+
8+
- Updated MathOptFormat to v1.0
9+
- Updated JSONSchema to v1.0
10+
- Added `Utilities.set_with_dimension`
11+
- Added two-argument `optimize!(::AbstractOptimizer, ::ModelLike)`
12+
- The experimental feature `copy_to_and_optimize!` has been removed
13+
- Det bridges now support getting `ConstraintFunction` and `ConstraintSet`
14+
- Various minor bug fixes identified by improved testing
15+
316
## v0.10.1 (September 8, 2021)
417

18+
For a detailed list of the closed issues and pull requests from this release,
19+
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.10.1).
20+
521
- Various fixes to `MOI.Test`
622

723
## v0.10.0 (September 6, 2021)

0 commit comments

Comments
 (0)