Skip to content

Commit

Permalink
Add 5.2.0~alpha1 to unreleased_betas (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmandrew authored Feb 12, 2024
1 parent bf2f60c commit 0e24d51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## dev

* Add 5.2.0~alpha1 to `unreleased_betas` (@benmandrew #69)

## v3.6.4 (2024-01-24)

* Add versions for OCaml 5.3 (@Octachron #67)

## v3.6.3 (2023-12-08)
Expand Down
2 changes: 1 addition & 1 deletion ocaml_version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ module Releases = struct

let latest = v5_1

let unreleased_betas = [ ]
let unreleased_betas = [ of_string_exn "5.2.0~alpha1" ]
let dev = [ v5_3; v5_2 ]

let trunk =
Expand Down
2 changes: 1 addition & 1 deletion ocaml_version.mli
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ module Releases : sig
each major and minor release. *)

val unreleased_betas : t list
(** Enumerates the latest beta / release-candidate versions for each {i
(** Enumerates the latest alpha / beta / release-candidate versions for each {i
unreleased} minor OCaml series. *)

val dev : t list
Expand Down

0 comments on commit 0e24d51

Please sign in to comment.