2019-08-10, Version 2.0.0
[1392e471de
] (cargo-release) version 2.0.0 (Yoshua Wuyts)
[ac19dddb27
] add kv-logging to async-log (#5) (Yoshua Wuyts)
[655203077e
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 18 ++++++++++++++++++
Cargo.toml | 8 ++++----
README.md | 5 +----
examples/trace.rs | 13 +++++--------
src/lib.rs | 53 +++++++++++++++++++++++++++++++++++++++++++++++------
src/logger.rs | 34 ++++++++++++++++++++++++++--------
6 files changed, 101 insertions(+), 30 deletions(-)
2019-07-09, Version 1.1.0
[b0f08bf5fd
] (cargo-release) version 1.1.0 (Yoshua Wuyts)
[c3673c4edf
] Named arguments (#1) (Stjepan Glavina)
[3f56908ae6
] fix clippy warnings (#2) (Yoshua Wuyts)
[99dab06054
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 15 +++++++++++++++
Cargo.toml | 2 +-
async-log-attributes/src/lib.rs | 39 +++++++++++++++++++++------------------
examples/trace.rs | 4 ++--
src/logger.rs | 3 +--
5 files changed, 40 insertions(+), 23 deletions(-)
2019-06-29, Version 1.0.4
[ff66e76568
] (cargo-release) version 1.0.4 (Yoshua Wuyts)
[b014d175c9
] fix generics ordering (Yoshua Wuyts)
[ab084f46f7
] Update changelog (Yoshua Wuyts)
CHANGELOG.md | 16 ++++++++++++++++
Cargo.toml | 2 +-
async-log-attributes/src/lib.rs | 6 +++---
3 files changed, 20 insertions(+), 4 deletions(-)
2019-06-29, Version 1.0.3
CHANGELOG.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Cargo.toml | 4 ++--
src/logger.rs | 2 +-
3 files changed, 60 insertions(+), 3 deletions(-)
2019-06-29, Version 1.0.2
.github/CODE_OF_CONDUCT.md | 75 ++++++++++++-
.github/CONTRIBUTING.md | 55 +++++++++-
.github/ISSUE_TEMPLATE.md | 9 +-
.github/ISSUE_TEMPLATE/bug_report.md | 23 ++++-
.github/ISSUE_TEMPLATE/feature_request.md | 43 +++++++-
.github/ISSUE_TEMPLATE/question.md | 18 +++-
.github/PULL_REQUEST_TEMPLATE.md | 14 ++-
.github/stale.yml | 17 +++-
.gitignore | 7 +-
.travis.yml | 13 ++-
Cargo.toml | 26 ++++-
LICENSE-APACHE | 190 +++++++++++++++++++++++++++++++-
LICENSE-MIT | 21 +++-
README.md | 150 ++++++++++++++++++++++++-
async-log-attributes/Cargo.toml | 21 +++-
async-log-attributes/README.md | 47 ++++++++-
async-log-attributes/src/lib.rs | 60 ++++++++++-
examples/trace.rs | 30 +++++-
src/backtrace.rs | 48 ++++++++-
src/lib.rs | 151 +++++++++++++++++++++++++-
src/logger.rs | 130 +++++++++++++++++++++-
src/macros.rs | 72 ++++++++++++-
tests/test.rs | 6 +-
23 files changed, 1226 insertions(+)