-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: Alexander Rodin <[email protected]>
- Loading branch information
Showing
15 changed files
with
239 additions
and
46 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,8 @@ | ||
[releases."0.8.2"] | ||
date = 2020-03-06 | ||
commits = [ | ||
{sha = "361f5d1688a1573e9794c4decb0aec26e731de70", message = "fix(cli): Enable file sink in generate subcmd (#1989)", author = "Ashley Jeffs", date = 2020-03-05T09:25:36Z, files_count = 1, insertions_count = 5, deletions_count = 1}, | ||
{sha = "b709ce7a15e1b42bcaae765902968158b10567ac", message = "fix(lua transform): Explicitly call GC in `lua` transform (#1990)", author = "Alexander Rodin", date = 2020-03-06T11:37:19Z, files_count = 1, insertions_count = 25, deletions_count = 8}, | ||
{sha = "bc81e26f137de5a7ff2b8f893d7839a2052bb8a8", message = "docs: Fix broken links", author = "Alexander Rodin", date = 2020-03-06T12:26:59Z, files_count = 5, insertions_count = 9, deletions_count = 7}, | ||
{sha = "ee998b2078c7019481a25881ee71764e1260c6a5", message = "chore(testing): Use new Homebrew installer in CI", author = "Alexander Rodin", date = 2020-03-06T12:51:52Z, files_count = 1, insertions_count = 1, deletions_count = 1} | ||
] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vector" | ||
version = "0.8.1" | ||
version = "0.8.2" | ||
authors = ["Vector Contributors <[email protected]>"] | ||
edition = "2018" | ||
description = "A High-Performance Logs, Metrics, and Events Router" | ||
|
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
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
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
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
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
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
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
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
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
Oops, something went wrong.