Skip to content

Commit fbbef2a

Browse files
authored
Apply suggestions from code review
Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
1 parent 5792b01 commit fbbef2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/format_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
shell: julia --color=yes {0}
1919
run: |
2020
using Pkg
21-
Pkg.add(PackageSpec(name="JuliaFormatter", version="2.4.0"))
21+
Pkg.add(PackageSpec(name="JuliaFormatter", version="2"))
2222
using JuliaFormatter
2323
format(".", verbose=true)
2424
out = String(read(Cmd(`git diff`)))

docs/src/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.51.1 (May 28, 2026)
10+
## v1.51.1 (May 29, 2026)
1111

1212
### Fixed
1313

0 commit comments

Comments
 (0)