Skip to content

Commit

Permalink
Updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed May 21, 2021
1 parent e1a2f16 commit ebfaeda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@

- General fixes in `pattern_resolver` and `resolver` for edge cases nearing `Timedesc.Timestamp.min_val` and `Timedesc.Timestamp.max_val`

- Bumped Timedesc dep to 0.2.1 for easier to handle time zone transitions
- Bumped Timedesc dep to `0.3.0` for easier to handle time zone transitions
(due to the updated definition of `Timedesc.Timestamp.max_val`)

## Timedesc 0.2.1
- This makes resolver code simpler

## Timedesc 0.3.0

- Added `ceil`, `floor` and `round` to `Timedesc.Span` (and also re-exported them in `Timedesc.Timestamp`)

Expand Down
2 changes: 1 addition & 1 deletion timere-parse.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"dune" {>= "2.7.0"}
"oseq" {>= "0.3"}
"re"
"timedesc" {>= "0.2.1"}
"timedesc" {>= "0.3.0"}
"timere" {>= "0.4.1"}
"mparser" {>= "1.2.3"}
]
Expand Down
2 changes: 1 addition & 1 deletion timere.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"seq"
"containers" {>= "3.4"}
"fmt"
"timedesc" {>= "0.2.1"}
"timedesc" {>= "0.3.0"}
"crowbar" {with-test}
"alcotest" {with-test}
"qcheck-alcotest" {with-test}
Expand Down

0 comments on commit ebfaeda

Please sign in to comment.