Skip to content

Commit d2ad633

Browse files
committed
Version 3.0.0
1 parent da3dc7c commit d2ad633

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Mark "*": bug fixed.
66
Mark "!": change that can break compatibility with older version of the library
77
===============================================================================
88

9+
version 3.0.0, 2022-10-11:
10+
==========================
11+
* Fix Date.week_first_last according to ISO 8601 (@balat)
12+
* Remove incorrect time zone bound check (@vouillon)
13+
! Switch from Str to Re (@vouillon)
14+
! Remove date function from the version API (@c-cube)
15+
o Add some uility function for comparing dates (@loxs)
16+
* Switch the build-system to dune (@c-cube)
17+
918
version 2.04, 2014-10-29:
1019
===========================
1120
* [Makefile] Fix minor issues with ocamlfind and 'make install' (from

calendar.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "dev"
2+
version: "3.0.0"
33
author: "Julien Signoles"
44
maintainer: "ocaml-community"
55
license: "LGPL-2.1 with OCaml linking exception"

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
(lang dune 1.0)
2+
(name calendar)
3+
(version 3.0.0)

0 commit comments

Comments
 (0)