Skip to content

Commit

Permalink
Prep for v1.13.0 (#2102)
Browse files Browse the repository at this point in the history
* Prep for v1.13.0

* Update linkcheck_ignore

* Update changelog

* Update docs/src/changelog.md
  • Loading branch information
odow authored Mar 1, 2023
1 parent cc77bc4 commit fed2f8b
Show file tree
Hide file tree
Showing 2 changed files with 25 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.12.0"
version = "1.13.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
24 changes: 24 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ 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.13.0 (February 28, 2022)

### Added

- Added [`Bridges.Constraint.NumberConversionBridge`](@ref) (#2091)
- Added [`Parameter`](@ref) set (#2095) (#2105) (#2106) (#2109)
- Added `with_cache_type` argument to [`instantiate`](@ref) (#2097)
- Added support for [`HermitianPositiveSemidefiniteConeTriangle`](@ref) in
`Utilities.Model` (#2100)

### Fixed

- Fixed bug when `Utilities.@product_of_sets` is empty (#2101)
- Fixed [`Bridges.print_active_bridges`](@ref) when variable bridge is an
[`AbstractScalarSet`](@ref) (#2107)

### Other

- Added tests for vector-valued objective functions in `FileFormats.MOF` (#2093)
- Used and documented preference for `import MathOptInterface as MOI` (#2096)
- Fix and test links in the documentation with `linkcheck = true` (#2098)
- Improved docstrings of sets in `src/sets.jl` (#2099)
- Skip checking flakey links in documentation with `linkcheck_ignore` (#2103)

## v1.12.0 (February 10, 2022)

### Added
Expand Down

2 comments on commit fed2f8b

@blegat
Copy link
Member

@blegat blegat commented on fed2f8b Mar 1, 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/78743

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.13.0 -m "<description of version>" fed2f8b4240e5ba0ec52244a70b5fe3e9a0d462e
git push origin v1.13.0

Please sign in to comment.