Skip to content

Commit 2ba5322

Browse files
authored
chore: release v0.1.2
1 parent 4ace463 commit 2ba5322

4 files changed

Lines changed: 498 additions & 620 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.1.2](https://github.com/stack-rs/rattan/compare/rattan-v0.1.1...rattan-v0.1.2) - 2026-07-15
6+
7+
### Refactor
8+
9+
- *(cell)* Change PacketQueue::dequeue to dequeue_at(ts) ([#198](https://github.com/stack-rs/rattan/pull/198)) - ([a11e8a1](https://github.com/stack-rs/rattan/commit/a11e8a16f0543ce42fd308584c72f349f18410bc))
10+
- *(queue)* Split module into multiple files ([#193](https://github.com/stack-rs/rattan/pull/193)) - ([bb351ee](https://github.com/stack-rs/rattan/commit/bb351ee99f83b64cc2c59860925ad926525c9ecf))
11+
- *(queue)* Remove retain from PacketQueue trait - ([0410b0a](https://github.com/stack-rs/rattan/commit/0410b0ad2c0d09d2f58ef78d62579bd919407351))
12+
13+
### Documentation
14+
15+
- *(guide)* Update installation tips - ([390c796](https://github.com/stack-rs/rattan/commit/390c79638a9a035e136a83f838a780d859d2a178))
16+
17+
### Styling
18+
19+
- *(clippy)* Resolve clippy warnings - ([dafb830](https://github.com/stack-rs/rattan/commit/dafb830ef0ab46cff118febb58a31da95b07e868))
20+
- *(clippy)* Resolve clippy warnings - ([7f72dbe](https://github.com/stack-rs/rattan/commit/7f72dbe71969044011629756102cc7328af4de85))
21+
22+
### Miscellaneous Tasks
23+
24+
- *(scripts)* Support remote pre-compiled binary - ([d34e51e](https://github.com/stack-rs/rattan/commit/d34e51e826d4841ffcff3b66c85806e59eb93746))
25+
- *(test)* Reduce test concurrency to 1 - ([4ace463](https://github.com/stack-rs/rattan/commit/4ace463c5b59e7ec8cf3d34cf4769d69294653df))
26+
- *(test)* Add HTTP proxy support and expand VM build guide - ([9d81cf3](https://github.com/stack-rs/rattan/commit/9d81cf34f080e9a2eb789e4c4f91fb0a58a58497))
27+
28+
### Build
29+
30+
- *(deps)* Fix cargo audit warnings - ([83341d7](https://github.com/stack-rs/rattan/commit/83341d7b2a2cc96ab2e4f630e56d88fe8d4ce70f))
31+
32+
533
## [0.1.1](https://github.com/stack-rs/rattan/compare/rattan-v0.1.0...rattan-v0.1.1) - 2026-03-10
634

735
### Features

0 commit comments

Comments
 (0)