Skip to content

Commit

Permalink
Version 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sagotch committed Mar 4, 2015
1 parent 43cc89b commit 20a4cbc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.2.1

- Fixing the previous important bugfix. (!)
- Fixing the daylight time saving offset in timestamp.

## 0.2.0

- Breaking change in API: functions with optionnal time zone
Expand Down
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name ="ISO8601"
version ="0.2.0"
version ="0.2.1"
description ="ISO 8601 and RFC 3339 parsing."
archive(byte) ="ISO8601.cma"
archive(native) ="ISO8601.cmxa"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LIB=ISO8601
LIB_FILES=$(addprefix $(LIB)., a cmxa cma cmi)
VERSION=0.2.0
VERSION=0.2.1

.INTERMEDIATE: $(LIB).odocl

Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "1.2"

available: [ ocaml-version >= "3.12.1" ]

version: "0.2.0"
version: "0.2.1"

name: "ISO8601"

Expand Down
2 changes: 1 addition & 1 deletion src/ISO8601.mli
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(** {2 ISO 8601 and RFC 3339 parsing and printing} *)

(** Version 0.2.0 *)
(** Version 0.2.1 *)

module Permissive : sig

Expand Down

0 comments on commit 20a4cbc

Please sign in to comment.