Skip to content

Commit ae0f62a

Browse files
committed
chore: release v0.1.1
1 parent caf112b commit ae0f62a

4 files changed

Lines changed: 56 additions & 112 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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-10
6+
7+
### Features
8+
9+
- *(cli)* Add build_features to long_version - ([906dae5](https://github.com/stack-rs/rattan/commit/906dae57e336863fe6eefcd6c6a091d25a3bc7ca))
10+
11+
### Miscellaneous Tasks
12+
13+
- *(build)* Adjust dependencies - ([caf112b](https://github.com/stack-rs/rattan/commit/caf112b7c954b95b5b07bed98fbb5cf9a78d0d51))
14+
- *(test)* Add build deps - ([71e821b](https://github.com/stack-rs/rattan/commit/71e821bda84e6fe431e5133e0bb5ef328ffc1068))
15+
- *(test)* Change feature to use - ([96711b4](https://github.com/stack-rs/rattan/commit/96711b4d0a8708ba3c510d2cfbd2eee8e30f07a7))
16+
17+
### Build
18+
19+
- *(musl)* Disable xdp binary for now - ([d0bb6b4](https://github.com/stack-rs/rattan/commit/d0bb6b4ff2367ad0882b09260c98deb2f6b3646a))
20+
- *(xdp)* Add missing pkg deps for libbpf-sys - ([7bf91dc](https://github.com/stack-rs/rattan/commit/7bf91dcb6e29b2ca51b4f5f9130c4e5074c1fb0f))
21+
22+
523
## [0.1.0](https://github.com/stack-rs/rattan/releases/tag/rattan-v0.1.0) - 2026-03-05
624

725
### Features

Cargo.lock

Lines changed: 33 additions & 107 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)