Skip to content

Commit aa34c4c

Browse files
authored
Prep for v0.10.4 (#1642)
* Prep for v0.10.4 * Update release_notes.md
1 parent e2cd0a9 commit aa34c4c

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

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.3"
3+
version = "0.10.4"
44

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

docs/src/release_notes.md

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

3+
## v0.10.4 (October 26, 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.4).
7+
8+
### New features
9+
10+
- Add `SolverVersion` attribute
11+
- Add new tests:
12+
- `test_solve_conflict_zeroone_ii`
13+
- `test_nonlinear_objective`
14+
- `Utilities.VariablesContainer` now supports `ConstraintFunction` and
15+
`ConstraintSet`
16+
- The documentation is now available as a PDF
17+
18+
### Maintenance
19+
20+
- Update to MutableArithmetics 0.3
21+
- Various improvements to the documentation
22+
323
## v0.10.3 (September 18, 2021)
424

525
For a detailed list of the closed issues and pull requests from this release,

0 commit comments

Comments
 (0)