Skip to content

Commit

Permalink
Prep for v1.8.1 (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 11, 2022
1 parent d9c998a commit 2aba5d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.8.0"
version = "1.8.1"

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

## v1.8.1 (September 12, 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.8.1).

### Bug fixes

- Fix a bug in `supports(::AbstractBridgeOptimizer` for constraint attributes

## v1.8.0 (September 1, 2022)

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

2 comments on commit 2aba5d5

@odow
Copy link
Member Author

@odow odow commented on 2aba5d5 Sep 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/68099

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.8.1 -m "<description of version>" 2aba5d5450b3a5931ff557cb8969efc2987b3ffd
git push origin v1.8.1

Please sign in to comment.