Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ParametricOptInterface"
uuid = "0ce4ce61-57bf-432b-a095-efac525d185e"
authors = ["Tomás Gutierrez <tomasfmgutierrez@gmail.com>"]
version = "0.15.0"
version = "0.15.1"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Expand Down
14 changes: 14 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ CurrentModule = ParametricOptInterface
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).

## Version 0.15.1 (March 2, 2026)

### Added

- Uniformly expose terms getters (#229)

### Fixed

- Fix getter of `MOI.VectorAffineFunction` (#228)

### Other

- Code cleanup and minor performance improvements (#226) (#227) (#228)

## Version 0.15.0 (February 24, 2026)

This breaking release removes a number of ParametricOptInterface-specific
Expand Down
Loading