Skip to content

Commit 765ab96

Browse files
authored
[docs] the year is actually 2023 (#2131)
1 parent 67dc926 commit 765ab96

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/src/changelog.md

Lines changed: 8 additions & 8 deletions
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.13.2 (March 21, 2022)
10+
## v1.13.2 (March 21, 2023)
1111

1212
### Fixed
1313

@@ -23,15 +23,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
breaking if you have tests which rely on a specific `String` form of MOI
2424
functions. (#2112) (#2126)
2525

26-
## v1.13.1 (March 3, 2022)
26+
## v1.13.1 (March 3, 2023)
2727

2828
### Other
2929

3030
- Added the Google style guide to the documentation linter Vale, and fixed the
3131
resulting warnings (#2110)
3232
- Improved the docstrings in `src/functions.jl` (#2108)
3333

34-
## v1.13.0 (February 28, 2022)
34+
## v1.13.0 (February 28, 2023)
3535

3636
### Added
3737

@@ -55,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5555
- Improved docstrings of sets in `src/sets.jl` (#2099)
5656
- Skip checking flakey links in documentation with `linkcheck_ignore` (#2103)
5757

58-
## v1.12.0 (February 10, 2022)
58+
## v1.12.0 (February 10, 2023)
5959

6060
### Added
6161

@@ -75,7 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7575
- Improved the docstrings of a number of constraint-programming related sets
7676
(#2087)
7777

78-
## v1.11.5 (January 24, 2022)
78+
## v1.11.5 (January 24, 2023)
7979

8080
### Fixed
8181

@@ -87,13 +87,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8787
- Added `SnoopPrecompile` directives for reduced time-to-first-X in Julia v1.9
8888
(#2080)
8989

90-
## v1.11.4 (January 12, 2022)
90+
## v1.11.4 (January 12, 2023)
9191

9292
### Fixed
9393

9494
- Fixed a bug reading `.lp` files with an `Integer` section (#2078)
9595

96-
## v1.11.3 (January 12, 2022)
96+
## v1.11.3 (January 12, 2023)
9797

9898
### Fixed
9999

@@ -104,7 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104104

105105
- Documented the two-argument method of [`optimize!`](@ref) (#2074)
106106

107-
## v1.11.2 (January 2, 2022)
107+
## v1.11.2 (January 2, 2023)
108108

109109
### Fixed
110110

0 commit comments

Comments
 (0)