Skip to content

Commit e9b1f4a

Browse files
authored
Prep for v1.0.2 (#1766)
1 parent fd5b2f0 commit e9b1f4a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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 = "1.0.1"
3+
version = "1.0.2"
44

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

docs/src/release_notes.md

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

3+
## v1.0.2 (March 1, 2022)
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/v1.0.2).
7+
8+
### Bug fixes
9+
10+
- Fixed a bug in the `test_model_ScalarFunctionConstantNotZero` test
11+
- Fixed the error type when an `AbstractFunctionConversionBridge` cannot get or
12+
set an attribute
13+
- Identified a correctness bug in `RSOCtoPSDBridge`. We now thrown an error
14+
instead of returning an incorrect result.
15+
316
## v1.0.1 (February 25, 2022)
417

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

0 commit comments

Comments
 (0)