mirror of
https://github.com/Zenithsiz/int-conv.git
synced 2026-02-03 22:23:58 +00:00
Bumped version to 0.1.3.
Added changelog with changes from `0.1.1`.
This commit is contained in:
parent
0a7578c988
commit
0661a800f6
16
CHANGELOG.txt
Normal file
16
CHANGELOG.txt
Normal 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`.
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user