Skip to content

Commit

Permalink
Version 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Aug 15, 2016
1 parent aca7348 commit 7b4d169
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file (at least to the extent possible, I am not infallible sadly).
This project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.7

### Added

- Implementation of Timex.Protocol for Map. This is primarily useful (and intended)
for dealing with deserialized date/time structs.

### Fixed

- Precision calculation for microseconds was sometimes incorrect.

## 3.0.6

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Timex.Mixfile do

def project do
[ app: :timex,
version: "3.0.6",
version: "3.0.7",
elixir: "~> 1.3",
description: description(),
package: package(),
Expand Down

0 comments on commit 7b4d169

Please sign in to comment.