2018-11-10, Version 1.1.1
[b28dd409e5
] (cargo-release) version 1.1.1 (Yoshua Wuyts)
[43a4919334
] move to rust-net-web (Yoshua Wuyts)
[ef8a90f3e3
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 17 +++++++++++++++++
Cargo.toml | 4 ++--
2 files changed, 19 insertions(+), 2 deletions(-)
2018-10-25, Version 1.1.0
[f4a494b955
] (cargo-release) version 1.1.0 (Yoshua Wuyts)
[b7495ef8a1
] #1: Derive Deserialize for Manifest (#2) (Marshall Bowers)
[290e8c7c1e
] fix link to contributing (Yoshua Wuyts)
[7debe57332
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 15 +++++++++++++++
Cargo.toml | 2 +-
README.md | 2 +-
src/lib.rs | 12 +++++++-----
4 files changed, 24 insertions(+), 7 deletions(-)
2018-10-16, Version 1.0.3
CHANGELOG.md | 15 +++++++++++++++
Cargo.toml | 2 +-
src/orientation.rs | 2 +-
3 files changed, 17 insertions(+), 2 deletions(-)
2018-10-16, Version 1.0.2
[c9075e2a87
] (cargo-release) version 1.0.2 (Yoshua Wuyts)
[f45de900a3
] finish documentation orientations (Yoshua Wuyts)
[461b656751
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 24 ++++++++++++++++++++++++
Cargo.toml | 2 +-
src/orientation.rs | 28 ++++++++++++++++++----------
3 files changed, 43 insertions(+), 11 deletions(-)
2018-10-16, Version 1.0.1
.github/ISSUE_TEMPLATE.md | 40 +------------------
.github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++-
.github/ISSUE_TEMPLATE/feature_request.md | 43 +++++++++++++++++++++-
.github/ISSUE_TEMPLATE/question.md | 18 +++++++++-
.travis.yml | 4 +-
CHANGELOG.md | 25 ++++++++++++-
Cargo.toml | 2 +-
README.md | 2 +-
src/lib.rs | 66 ++++++++++++++++----------------
9 files changed, 150 insertions(+), 73 deletions(-)
2018-10-14, Version 1.0.0
CHANGELOG.md | 15 +++-
Cargo.toml | 2 +-
src/direction.rs | 30 +++++-
src/display_mode.rs | 36 ++++++-
src/error.rs | 80 +--------------
src/icon.rs | 61 ++++++++++-
src/lib.rs | 311 +++++++++++++++++++++++++++++++----------------------
src/orientation.rs | 42 +++++++-
src/related.rs | 38 ++++++-
9 files changed, 407 insertions(+), 208 deletions(-)
2018-10-14, Version 0.2.5
CHANGELOG.md | 15 +++++++++++++++
Cargo.toml | 2 +-
src/lib.rs | 12 +++++++++---
3 files changed, 25 insertions(+), 4 deletions(-)
2018-10-14, Version 0.2.4
[c86abab6e1
] (cargo-release) version 0.2.4 (Yoshua Wuyts)
[cd1e4231f5
] simplify the mime guess logic (Yoshua Wuyts)
[c668c3836e
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 15 +++++++++++++++
Cargo.toml | 2 +-
src/lib.rs | 9 +--------
3 files changed, 17 insertions(+), 9 deletions(-)
2018-10-14, Version 0.2.3
[670ae0f408
] (cargo-release) version 0.2.3 (Yoshua Wuyts)
[3d43169fb8
] default display mode (Yoshua Wuyts)
[82b8023b35
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 15 +++++++++++++++
Cargo.toml | 2 +-
src/lib.rs | 6 +++---
3 files changed, 19 insertions(+), 4 deletions(-)
2018-10-14, Version 0.2.2
CHANGELOG.md | 15 +++++++++++++++
Cargo.toml | 2 +-
src/lib.rs | 23 +++++++++++++++++++++++
3 files changed, 39 insertions(+), 1 deletion(-)
2018-10-14, Version 0.2.1
CHANGELOG.md | 17 +++++++++++++++++
Cargo.toml | 2 +-
src/lib.rs | 2 +-
3 files changed, 19 insertions(+), 2 deletions(-)
2018-10-14, Version 0.2.0
[c17041743d
] (cargo-release) version 0.2.0 (Yoshua Wuyts)
[b34449753b
] background_color -> bg_color (Yoshua Wuyts)
[9907a99f34
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++
Cargo.toml | 2 +-
README.md | 2 +-
examples/main.rs | 2 +-
src/lib.rs | 4 ++--
5 files changed, 37 insertions(+), 5 deletions(-)
2018-10-14, Version 0.1.2
.github/CODE_OF_CONDUCT.md | 75 ++++++++-
.github/CONTRIBUTING.md | 63 +++++++-
.github/ISSUE_TEMPLATE.md | 41 ++++-
.github/PULL_REQUEST_TEMPLATE.md | 21 ++-
.github/stale.yml | 17 ++-
.gitignore | 7 +-
.travis.yml | 13 +-
CERTIFICATE | 37 ++++-
Cargo.toml | 16 ++-
LICENSE-APACHE | 190 ++++++++++++++++++++-
LICENSE-MIT | 21 ++-
README.md | 65 +++++++-
examples/main.rs | 17 ++-
rustfmt.toml | 2 +-
src/error.rs | 80 ++++++++-
src/lib.rs | 378 ++++++++++++++++++++++++++++++++++++++++-
16 files changed, 1043 insertions(+)