From d2ad63325bca1ec98ff0d292183614924df2668c Mon Sep 17 00:00:00 2001 From: Kate Date: Tue, 11 Oct 2022 16:39:06 +0100 Subject: [PATCH] Version 3.0.0 --- CHANGES | 9 +++++++++ calendar.opam | 2 +- dune-project | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 374cf24..0e129c8 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,15 @@ Mark "*": bug fixed. Mark "!": change that can break compatibility with older version of the library =============================================================================== +version 3.0.0, 2022-10-11: +========================== +* Fix Date.week_first_last according to ISO 8601 (@balat) +* Remove incorrect time zone bound check (@vouillon) +! Switch from Str to Re (@vouillon) +! Remove date function from the version API (@c-cube) +o Add some uility function for comparing dates (@loxs) +* Switch the build-system to dune (@c-cube) + version 2.04, 2014-10-29: =========================== * [Makefile] Fix minor issues with ocamlfind and 'make install' (from diff --git a/calendar.opam b/calendar.opam index 8b72e30..8314e9b 100644 --- a/calendar.opam +++ b/calendar.opam @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "dev" +version: "3.0.0" author: "Julien Signoles" maintainer: "ocaml-community" license: "LGPL-2.1 with OCaml linking exception" diff --git a/dune-project b/dune-project index de4fc20..7b1c2ce 100644 --- a/dune-project +++ b/dune-project @@ -1 +1,3 @@ (lang dune 1.0) +(name calendar) +(version 3.0.0)