Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
ygrek committed Apr 10, 2021
1 parent d863661 commit 55b7bc2
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.3.0 - 10 Apr 2021
* build: switch to dune, dune-configurator and ppxlib
* sockopt: handle missing options at runtime
* Add IPv6 support to getifaddrs
* better Windows support
+ Support Endian module on Windows
+ Enable asctime, strftime, tzname, timezone, timegm on Windows

## v0.2.0 - 8 Nov 2019
* camlp4 dependency replaced with ppx
* use available endian functions on Mac OS
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ doc:
test:
dune runtest

VERSION=0.2.0
VERSION=0.3.0
NAME=ocaml-extunix-$(VERSION)

release:

0 comments on commit 55b7bc2

Please sign in to comment.