Skip to content

Commit

Permalink
Release v0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iliekturtles committed Apr 1, 2017
1 parent 5481af9 commit db42904
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -11,6 +11,8 @@
-->

## [Unreleased]

## [v0.12.0] — 2017-04-01
Continuous integration was setup to ensure that `uom` builds on stable, beta, nightly, and 1.15.0
(the minimum `rustc` version). Quantity descriptions, unit abbreviations, and unit descriptions
added. Additional length units
Expand Down Expand Up @@ -39,4 +41,5 @@ for the creation of custom systems or the use of the pre-built SI. Basic mathema
are implemented and a minimal set of quantities (length, mass, time...) and units (meter, kilometer,
foot, mile, ...) are included.

[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.11.0...master
[Unreleased]: https://github.com/iliekturtles/uom/compare/v0.12.0...master
[v0.12.0]: https://github.com/iliekturtles/uom/compare/v0.11.0...v0.12.0
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "uom"
version = "0.11.0"
version = "0.12.0"
authors = ["Mike Boutin <mike.boutin@gmail.com>"]
description = "Units of measurement"
documentation = "https://docs.rs/uom"
Expand Down

0 comments on commit db42904

Please sign in to comment.