From 6dde5b3ec5489844f106a132e718ed01c3d02920 Mon Sep 17 00:00:00 2001 From: odow Date: Fri, 17 Jan 2025 15:33:29 +1300 Subject: [PATCH] Prep for v1.35.1 --- Project.toml | 2 +- docs/src/changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 147db537d3..9eb1bfa8d6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.35.0" +version = "1.35.1" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 00ac7cba46..a0895eafe4 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,18 @@ 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.35.1 (January 17, 2025) + +### Fixed + + - Fixed `Base.copy(::MOI.ScalarNonlinearFunction)` (#2612) + +### Other + + - Performance improvements to `FileFormats.MOF` reading and writing: + - Use `NamedTuple` instead of `OrderedDict` (#2606) (#2607) + - Use `JSON3` instead of `JSON` (#2613) + ## v1.35.0 (January 9, 2025) ### Added