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 = "1.0.1"
version = "1.0.2"

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

## v1.0.2 (March 1, 2022)

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/v1.0.2).

### Bug fixes

- Fixed a bug in the `test_model_ScalarFunctionConstantNotZero` test
- Fixed the error type when an `AbstractFunctionConversionBridge` cannot get or
set an attribute
- Identified a correctness bug in `RSOCtoPSDBridge`. We now thrown an error
instead of returning an incorrect result.

## v1.0.1 (February 25, 2022)

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