Skip to content

Commit

Permalink
prepare release 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Jan 19, 2021
1 parent a6b1aed commit 8d40b9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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)
* breaking change: minimal (recommended) build of extlib now excludes Base64 module

1.7.7 (2020-04-24)
* sync with OCaml 4.10
* mark ExtList.find_map deprecated in anticipation of type breakage in next release to match OCaml 4.10 function with same name
Expand Down
4 changes: 2 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.7
RELEASE:=1.7.8

ifndef VERSION
VERSION:=$(RELEASE)
Expand Down Expand Up @@ -32,7 +32,7 @@ NAME=extlib-$(RELEASE)
release:
git tag -a -m $(RELEASE) $(RELEASE)
git archive --prefix=$(NAME)/ $(RELEASE) | gzip > $(NAME).tar.gz
gpg -a -b $(NAME).tar.gz
gpg -a -b $(NAME).tar.gz -o $(NAME).tar.gz.asc

.PHONY: sw_test_all sw_deps_all

Expand Down

0 comments on commit 8d40b9c

Please sign in to comment.