Skip to content

Commit 6f11ced

Browse files
authored
Prep for 0.10.6 (#1691)
1 parent 2e868c2 commit 6f11ced

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.5"
3+
version = "0.10.6"
44

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

docs/src/release_notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Release notes
22

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

58
### New features
69

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

2731
## v0.10.5 (November 7, 2021)
2832

0 commit comments

Comments
 (0)