Skip to content

Commit

Permalink
prepare release 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Aug 5, 2022
1 parent 0eff4d1 commit cfb2d96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.7.9 (2022-08-05)
* build with OCaml 5 (Kate)
* minimum supported version is OCaml 4.02 now
* build with dune (Makefile is now deprecated) (Marek Kubica, Kate)
* sync String deprecation attributes with upstream

1.7.8 (2021-01-19)
* sync with OCaml 4.12
* breaking change: ExtList.find_map type updated to match stdlib (following deprecation in previous release)
Expand Down
2 changes: 1 addition & 1 deletion 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.8
RELEASE:=1.7.9

ifndef VERSION
VERSION:=$(RELEASE)
Expand Down

0 comments on commit cfb2d96

Please sign in to comment.