Skip to content

Commit

Permalink
Prep for v1.12.0 (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 10, 2023
1 parent fbf833c commit 81b75d1
Show file tree
Hide file tree
Showing 2 changed files with 21 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.11.5"
version = "1.12.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
20 changes: 20 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ CurrentModule = MathOptInterface
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.12.0 (February 10, 2022)

### Added

- Added support for vector-valued objective functions (#2070)
- Added a [`Utilities.distance_to_set`](@ref) method for
[`SecondOrderCone`](@ref) (#2060)

### Fixed

- Fixed a number of constraint bridges so that `Bridges.final_touch` can be
called multiple times without forcing a rebuild of the reformulation (#2089)

### Other

- Added new tests that a set [`ObjectiveFunction`](@ref) appears in
[`ListOfModelAttributesSet`](@ref) (#2085)
- Improved the docstrings of a number of constraint-programming related sets
(#2087)

## v1.11.5 (January 24, 2022)

### Fixed
Expand Down

2 comments on commit 81b75d1

@odow
Copy link
Member Author

@odow odow commented on 81b75d1 Feb 10, 2023

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/77458

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.12.0 -m "<description of version>" 81b75d105bbf0e1cc915ed08ae5e0a009ef25f06
git push origin v1.12.0

Please sign in to comment.