Skip to content

Commit 212256d

Browse files
authored
Prep for v1.37.1 (#2676)
1 parent 5aa54f5 commit 212256d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "1.37.0"
3+
version = "1.37.1"
44

55
[deps]
66
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

docs/src/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ CurrentModule = MathOptInterface
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## v1.37.1 (March 3, 2025)
11+
12+
### Fixed
13+
14+
- Fixed [`modify`](@ref) with [`MultirowChange`](@ref) in
15+
[`Bridges.Constraint.SetMapBridge`](@ref) (#2662)
16+
- Fixed [`attribute_value_type`](@ref) for [`Bridges.ListOfNonstandardBridges`](@ref)
17+
(#2665)
18+
19+
### Other
20+
21+
- This release contains a large number of pull requests that increase test
22+
coverage (#2657), (#2658), (#2659), (#2660), (#2661), (#2663), (#2670),
23+
(#2671), (#2672), (#2675)
24+
- Changed [`Bridges.Variable.ParameterToEqualToBridge`](@ref) to be a subtype
25+
of [`Bridges.Variable.SetMapBridge`](@ref) (#2664)
26+
- Improved parallelism in the CI tests (#2674)
27+
1028
## v1.37.0 (February 24, 2025)
1129

1230
### Added

0 commit comments

Comments
 (0)