Skip to content

Commit

Permalink
Revert "Remove 5.3 support mentions ahead of release"
Browse files Browse the repository at this point in the history
This reverts commit 66380ec.
  • Loading branch information
NathanReb committed Jul 22, 2024
1 parent aa892c1 commit 75c507a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
unreleased
----------

### 5.3 support

5.3 support is being added gradually over the course of its development.
This section should be updated with each relevant PR.

Note to maintainers: until 5.3 support is officially released, this section
should be excluded from the release, see [RELEASING.md](RELEASING.md) for
details.

- Add initial OCaml 5.3 support (#487, @NathanReb, @hhugo, @nojb)

### Other changes

0.33.0 (2024-07-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(depends
;; 5.3 support is still experimental, remember to set the upper bound
;; to 5.3.0 when cutting a release and then back to 5.4.0 afterwards.
(ocaml (and (and (>= 4.04.1) (< 5.3.0))))
(ocaml (and (and (>= 4.04.1) (< 5.4.0))))
(ocaml-compiler-libs (>= v0.11.0))
(ppx_derivers (>= 1.0))
(sexplib0 (>= v0.12))
Expand Down
2 changes: 1 addition & 1 deletion ppxlib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ doc: "https://ocaml-ppx.github.io/ppxlib/"
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.04.1" & < "5.3.0"}
"ocaml" {>= "4.04.1" & < "5.4.0"}
"ocaml-compiler-libs" {>= "v0.11.0"}
"ppx_derivers" {>= "1.0"}
"sexplib0" {>= "v0.12"}
Expand Down

0 comments on commit 75c507a

Please sign in to comment.