Release 0.3.0

This commit is contained in:
Tiffany Bennett 2016-08-26 18:09:30 -04:00
parent 66ebc615f3
commit beffeeeade
2 changed files with 29 additions and 2 deletions

View file

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

View file

@ -45,7 +45,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
rink = "0.2"
rink = "0.3"
```
and this to your crate root:
@ -70,6 +70,33 @@ the MPL, including larger works with secondary licenses.
## Changelog
### 0.3.0
- Use GNU units database instead of frink's
- Relicense under MPL
- Web interface
- Multi-server IRC in bot
- Date arithmetic
- Exact fraction printing
- Sandboxing
- Add temperature scale suffixes
- Factorize query
- Function call syntax
- Errors on division by zero
- Errors on unimplemented imaginary roots
- Inline unit definitions
- Bot name prefix is optional in private message
- Fix associativity of addition
- Rename commonly confused units
- Unit lists (hr;min;sec) in conversions
- "Units for" query
- Show unit definitions when they are the only term
- Make / lower precedence than multiplication, add | which is higher
precedence
- Unit tests
- Output token symbols instead of internal names
- Canonicalize output units
- Try to find a matching derived unit for queries
### 0.2.0
- Errors for division by zero
- Better conversion (->) output