Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GULPF committed Feb 15, 2019
1 parent 7339812 commit 0c5f270
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.5.0 (???)
Version 0.5.0 (2019-02-15)
=============
This release is a nearly complete rewrite of the library. No attempt at backwards compatibility has been made, but the API should now be stable moving forwards.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ doAssert bangkok.countries == @["TH", "KH", "LA", "VN"]

## API
- [Generated docs for timezones module](https://gulpf.github.io/timezones/timezones.html).
- [Generated docs for posixtimezones module](https://gulpf.github.io/timezones/posixtimezones.html).
- [Generated docs for times/posixtimezones module](https://gulpf.github.io/timezones/posixtimezones.html).

## Advanced usage
The timezone definitions from a [IANA timezone database](https://en.wikipedia.org/wiki/Tz_database) release are stored in a JSON file. This repo includes the currently latest release, but no guarantee is given as to how fast the bundled timezone database is updated when IANA releases a new version. The JSON file can either be embeeded into the executable (which is the default behavior), or be loaded at runtime.
Expand Down
4 changes: 2 additions & 2 deletions timezones.nimble
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import timezones / private / tzversion

version = "0.4.3"
version = "0.5.0"
author = "Oscar Nihlgård"
description = "Timezone library compatible with the standard library"
license = "MIT"

bin = @["timezones/fetchjsontimezones"]
installDirs = @["timezones"]
installFiles = @[Version & ".json", "timezones.nim"]
requires "nim >= 0.19.4"
requires "nim >= 0.19.9"

# Tasks

Expand Down

0 comments on commit 0c5f270

Please sign in to comment.