Skip to content

Commit a3d7d6b

Browse files
chore: release v0.2.3
1 parent 3dd8b4f commit a3d7d6b

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.3](https://github.com/edera-dev/styrolite/compare/v0.2.2...v0.2.3) - 2026-03-30
11+
12+
### Added
13+
14+
- *(mount)* add data field to MountSpec
15+
16+
### Fixed
17+
18+
- *(mount)* flatten create_mountpoint nesting per review
19+
20+
### Other
21+
22+
- Merge pull request #91 from noeljackson/feat/mount-data
23+
- *(mount)* run hack/autofix.sh for clippy and fmt
24+
- Merge pull request #107 from bleggett/bleggett/scopedfds
25+
- Fixup releaser to autogen changelog
26+
1027
## [0.1.1](https://github.com/edera-dev/styrolite/releases/tag/v0.1.1) - 2025-10-16
1128

1229
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "styrolite"
33
description = "Lightweight, programmatic sandboxing tool"
44
license = "Apache-2.0"
5-
version = "0.2.2"
5+
version = "0.2.3"
66
homepage = "https://github.com/edera-dev/styrolite"
77
repository = "https://github.com/edera-dev/styrolite"
88
edition = "2024"

0 commit comments

Comments
 (0)