Skip to content

Commit a164e46

Browse files
committed
release 1.4
"senyoret" is a rice dish from south of Valencia. Signed-off-by: Antoine Tenart <atenart@redhat.com>
1 parent 7aaf655 commit a164e46

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "retis"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
license = "GPL-2.0-only"
55
description = "Tracing packets in the Linux networking stack, using eBPF and interfacing with control and data paths such as OvS or Netfilter"
66
repository = "https://github.com/retis-org/retis"
@@ -13,7 +13,7 @@ include = ["src/", "build.rs", "retis-derive/", "profiles/", "tools/", "LICENSE"
1313
edition = "2021"
1414

1515
[package.metadata.misc]
16-
release_name = "bredele"
16+
release_name = "senyoret"
1717

1818
[badges]
1919
maintenance = { status = "actively-developed" }
@@ -50,7 +50,7 @@ plain = "0.2"
5050
pnet = "0.34"
5151
rbpf = {version = "0.2", optional = true}
5252
regex = "1.7"
53-
retis-derive = {version = "1.3", path = "./retis-derive"}
53+
retis-derive = {version = "1.4", path = "./retis-derive"}
5454
serde = {version = "1.0", features = ["derive"]}
5555
serde_json = "1.0"
5656
serde_with = "3.0"

retis-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "retis-derive"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)