Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.56.0-tero.0"
".": "1.0.0-tero.0"
}
248 changes: 248 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vector"
version = "0.56.0"
version = "1.0.0-tero.0"
authors = ["Vector Contributors <vector@datadoghq.com>"]
edition = "2024"
description = "A lightweight and ultra-fast tool for building observability pipelines"
Expand Down
2 changes: 1 addition & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codecs"
version = "0.1.0"
version = "1.0.0-tero.0"
authors = ["Vector Contributors <vector@datadoghq.com>"]
edition = "2024"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/dnsmsg-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dnsmsg-parser"
version = "0.1.0"
version = "1.0.0-tero.0"
authors = ["Vector Contributors <vector@datadoghq.com>"]
edition = "2024"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/docs-renderer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "docs-renderer"
version = "0.1.0"
version = "1.0.0-tero.0"
authors = ["Vector Contributors <vector@datadoghq.com>"]
edition = "2024"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/fakedata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fakedata"
version = "0.1.0"
version = "1.0.0-tero.0"
authors = ["Vector Contributors <vector@datadoghq.com>"]
edition = "2024"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/file-source-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "file-source-common"
version = "0.1.0"
version = "1.0.0-tero.0"
authors = ["Vector Contributors <vector@datadoghq.com>", "Mark Story <mark@mark-story.com>"]
edition = "2024"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion lib/file-source/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "file-source"
version = "0.1.0"
version = "1.0.0-tero.0"
authors = ["Vector Contributors <vector@datadoghq.com>", "Mark Story <mark@mark-story.com>"]
edition = "2024"
publish = false
Expand Down
Loading
Loading