Skip to content

Commit b3f37e6

Browse files
authored
chore: release v0.1.1
1 parent 71e821b commit b3f37e6

4 files changed

Lines changed: 46 additions & 108 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.1](https://github.com/stack-rs/rattan/compare/rattan-v0.1.0...rattan-v0.1.1) - 2026-03-09
6+
7+
### Miscellaneous Tasks
8+
9+
- *(test)* Add build deps - ([71e821b](https://github.com/stack-rs/rattan/commit/71e821bda84e6fe431e5133e0bb5ef328ffc1068))
10+
- *(test)* Change feature to use - ([96711b4](https://github.com/stack-rs/rattan/commit/96711b4d0a8708ba3c510d2cfbd2eee8e30f07a7))
11+
12+
### Build
13+
14+
- *(musl)* Disable xdp binary for now - ([d0bb6b4](https://github.com/stack-rs/rattan/commit/d0bb6b4ff2367ad0882b09260c98deb2f6b3646a))
15+
16+
517
## [0.1.0](https://github.com/stack-rs/rattan/releases/tag/rattan-v0.1.0) - 2026-03-05
618

719
### Features

Cargo.lock

Lines changed: 29 additions & 103 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
@@ -17,7 +17,7 @@ resolver = "2"
1717
members = [".", "rattan-core", "rattan-env", "rattan-log"]
1818

1919
[workspace.package]
20-
version = "0.1.0"
20+
version = "0.1.1"
2121
edition = "2021"
2222
rust-version = "1.86"
2323
homepage = "https://github.com/stack-rs/rattan"
@@ -110,8 +110,8 @@ nix = { workspace = true }
110110
once_cell = { workspace = true }
111111
paste = "1.0.14"
112112
rand = { workspace = true }
113-
rattan-core = { path = "rattan-core", features = ["serde"], version = "0.1.0" }
114-
rattan-log = { path = "rattan-log", version = "0.1.0" }
113+
rattan-core = { path = "rattan-core", features = ["serde"], version = "0.1.1" }
114+
rattan-log = { path = "rattan-log", version = "0.1.1" }
115115
serde = { workspace = true }
116116
serde_json = "1.0.114"
117117
shadow-rs = { version = "1.7.0", default-features = false }

rattan-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ once_cell = { workspace = true }
5151
parking_lot = { workspace = true }
5252
pcap-file = { workspace = true }
5353
rand = { workspace = true }
54-
rattan-env = { path = "../rattan-env", version = "0.1.0" }
55-
rattan-log = { path = "../rattan-log", version = "0.1.0" }
54+
rattan-env = { path = "../rattan-env", version = "0.1.1" }
55+
rattan-log = { path = "../rattan-log", version = "0.1.1" }
5656
regex = "1.7.3"
5757
serde = { workspace = true, optional = true }
5858
serde_json = { version = "1.0.96", optional = true }

0 commit comments

Comments
 (0)