Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MathOptInterface"
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
version = "0.10.5"
version = "0.10.6"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
6 changes: 5 additions & 1 deletion docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Release notes

## v0.10.6 (In development)
## v0.10.6 (November 30, 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.6).

### New features

Expand All @@ -23,6 +26,7 @@
- Fixed a bug in `FileFormats.NL` when printing large integers
- Remove a common test failure for `LowerBoundAlreadySet` tests
- `Utilities.num_rows` is now exported
- Remove parts of failing `test_model_copy_to_xxx` tests due to bridges

## v0.10.5 (November 7, 2021)

Expand Down