Skip to content

Commit

Permalink
release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Sep 18, 2024
1 parent 3d9caa9 commit 037e18f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
unreleased
* breaking change: ExtString.starts_with type updated to match stdlib (use labelled ~prefix)
* breaking change: ExtString.ends_with type updated to match stdlib (use labelled ~suffix)
* breaking change: ExtString.exists use labelled ~sub argument
* add ExtString.empty
1.8.0 (2024-09-17)
* Drop pre-4.02 support and compatibility
* Add support for OCaml 5.3 (Kate)
* ExtString: add labels to some functions to match stdlib (Corentin Leruth)
* add ExtString.empty (Corentin Leruth)

1.7.9 (2022-08-05)
* build with OCaml 5 (Kate)
Expand Down
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

VERSION:=$(shell git --git-dir=.git describe --always --long)
RELEASE:=1.7.9
RELEASE:=1.8.0

ifndef VERSION
VERSION:=$(RELEASE)
Expand Down Expand Up @@ -71,5 +71,7 @@ $(foreach version,\
4.12.0\
4.13.1\
4.14.0\
5.0.0~alpha1\
5.0.0\
5.1.1\
5.2.0\
,$(eval $(call gen_sw,$(version))))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Generate and read the documentation.
Release
-------

* Check for changes in stdlib (e.g. with ocaml test/std.ml)
* Check for changes in stdlib (e.g. with `ocaml check_stdlib.ml`)
* Update sw_test_all target for new OCaml release
* `make sw_test_all`
* Review `git log` and update CHANGES
Expand Down

0 comments on commit 037e18f

Please sign in to comment.