-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yoshua Wuyts <[email protected]>
- Loading branch information
1 parent
5179f84
commit 7cc2af3
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## 2019-09-01, Version 1.0.3 | ||
### Commits | ||
- [[`5179f8418a`](https://github.com/yoshuawuyts/kv-log-macro/commit/5179f8418aee109e2131034d2d8675944ec8ca38)] (cargo-release) version 1.0.3 (Yoshua Wuyts) | ||
- [[`ed25f609fe`](https://github.com/yoshuawuyts/kv-log-macro/commit/ed25f609fe17b3814c5dfd6801ca4b2ddd356dac)] fix lvl (Yoshua Wuyts) | ||
- [[`7ed93d55f6`](https://github.com/yoshuawuyts/kv-log-macro/commit/7ed93d55f62aee83a08d62f7a72da32de94c019c)] (cargo-release) version 1.0.2 (Yoshua Wuyts) | ||
- [[`751336f2b1`](https://github.com/yoshuawuyts/kv-log-macro/commit/751336f2b17e5989c4378fd38a25d3c937930741)] fix log feat (Yoshua Wuyts) | ||
- [[`21acf4fc36`](https://github.com/yoshuawuyts/kv-log-macro/commit/21acf4fc363ac44223ebeed95fcbdbd6fb1f53f7)] (cargo-release) version 1.0.1 (Yoshua Wuyts) | ||
- [[`51961f3281`](https://github.com/yoshuawuyts/kv-log-macro/commit/51961f3281314d1a570003f1dc1b0eecc83d5568)] lib.rs example (Yoshua Wuyts) | ||
- [[`fa8a68e00d`](https://github.com/yoshuawuyts/kv-log-macro/commit/fa8a68e00d1cbaab9439e71517d4d8eedeac23ae)] keywords (Yoshua Wuyts) | ||
- [[`a5b1ec57c3`](https://github.com/yoshuawuyts/kv-log-macro/commit/a5b1ec57c3939e17d1d37547aaaaf666ba04abff)] readme (Yoshua Wuyts) | ||
- [[`d6b1429476`](https://github.com/yoshuawuyts/kv-log-macro/commit/d6b1429476b1af71eabdac530eaaaf9b5726d864)] finish impls (Yoshua Wuyts) | ||
- [[`1020528531`](https://github.com/yoshuawuyts/kv-log-macro/commit/102052853137386912f3caedf7da4fb0ee2548ae)] done! (Yoshua Wuyts) | ||
- [[`8a398d49a6`](https://github.com/yoshuawuyts/kv-log-macro/commit/8a398d49a6d111dbe9f3145ba9b52d4a158218e0)] key values work! (Yoshua Wuyts) | ||
- [[`48b01120de`](https://github.com/yoshuawuyts/kv-log-macro/commit/48b01120de73c5dbc1847e77df286e1a6f3bd9f1)] . (Yoshua Wuyts) | ||
|
||
### Stats | ||
```diff | ||
.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 | 18 ++- | ||
LICENSE-APACHE | 190 ++++++++++++++++++++++- | ||
LICENSE-MIT | 21 ++- | ||
README.md | 62 +++++++- | ||
examples/main.rs | 13 +- | ||
src/lib.rs | 272 +++++++++++++++++++++++++++++++- | ||
tests/test.rs | 6 +- | ||
17 files changed, 856 insertions(+) | ||
``` | ||
|
||
|