Bumped version to 0.1.3.

Added changelog with changes from `0.1.1`.
This commit is contained in:
Filipe Rodrigues 2020-10-24 21:40:19 +01:00
parent 0a7578c988
commit 0661a800f6
2 changed files with 17 additions and 1 deletions

16
CHANGELOG.txt Normal file
View File

@ -0,0 +1,16 @@
# 0.1.3
Added insight on implementations on references for most traits.
Added `impl *Extend<U> for &'a T` implementations for existing builtin types `T`, `U` (i*, u*).
Added `impl Truncate<U> for &'a T` implementations for existing builtin types `T`, `U` (i*, u*).
# 0.1.2
Now ignoring Vscode folder in `.gitignore`.
Fixed documentation typo in `README`.
# 0.1.1
Fixed wrong `crates.io` category slugs on `Cargo.toml`.

View File

@ -4,7 +4,7 @@ description = "Explicit integer conversions"
readme = "README.md"
license = "MIT"
license_file = "LICENSE"
version = "0.1.2"
version = "0.1.3"
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
edition = "2018"
repository = "https://github.com/Zenithsiz/int-conv"