Skip to content

Commit

Permalink
Prep for v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 21, 2023
1 parent 89a1cf5 commit e9703d3
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.20.0"
version = "1.20.1"

[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.20.1 (September 22, 2023)

### Fixed

- Removed incorrect `kwargs` in some `copy_to` methods (#2272)
- Fixed [`ConstraintDualStart`](@ref) for [`Bridges.Constraint.SplitIntervalBridge`](@ref)
(#2275)
- Fixed `MethodError` when trying to modify a variable objective (#2278)

### Other

- Added MathOptSetDistances to `solver-tests.yml` (#2265)
- Updated Documenter (#2266)
- Fixed various JET errors (#2267) (#2269) (#2270) (#2271) (#2276) (#2277)
- Various style improvements
- Replaced `using Package` with `import Package` where possible (#2274)
- Removed `Utilities.EMPTYSTRING` (#2283)
- Removed unecessary `const` acronyms in `Utilities` (#2280) (#2281)
- Removed invalid and unused method (#2286)

## v1.20.0 (September 7, 2023)

### Added
Expand Down

0 comments on commit e9703d3

Please sign in to comment.