Release 0.3.1

This commit is contained in:
Tiffany Bennett 2016-09-08 11:32:46 -04:00
parent bc3cd494cc
commit a18a22f15e
2 changed files with 20 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "rink"
version = "0.3.0"
version = "0.3.1"
authors = ["Tiffany Bennett <tiffany@stormbit.net>"]
description = "Unit conversion tool and library, similar to frink"
homepage = "https://github.com/tiffany352/rink-rs"

View file

@ -87,6 +87,25 @@ the MPL, including larger works with secondary licenses.
## Changelog
### 0.3.1
- Automatically find SI prefixes
- Limit to one prefix on units to prevent very unintuitive results
- Switch to linefeed from rustyline
- Tab completion
- Fix a serious number printing bug
- Significantly improve canonicalizations
- Constants in right-hand side of conversions
- New quantities
- Fix parsec definition
- Reintroduce jerk, snap, crackle, and pop
- Added π, ¢, and ħ symbols
- Better determinism by removing hashmaps
- Typo suggestions
- Simple unit namespacing allowing for things like "british foot"
- Minor error message improvements
- Refactors
- Russian traditional measurements
### 0.3.0
- Use GNU units database instead of frink's
- Relicense under MPL