Skip to content

Commit

Permalink
0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alkis committed Dec 16, 2015
2 parents e60e2fc + 6b0ee2e commit ad9835c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.3
## 0.2.0 (2015-12-06)

- works for big and little endian architectures
- add pow, log10, exp, ln
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decimal"
version = "0.1.2"
version = "0.2.0"
authors = ["Alkis Evlogimenos <alkis@evlogimenos.com>"]
build = "build.rs"
description = "Decimal floating point arithmetic for Rust"
Expand Down

0 comments on commit ad9835c

Please sign in to comment.