Skip to content

Commit 6d4fe20

Browse files
author
dev3o[bot]
committed
chore(release): v1.0.0
1 parent eede442 commit 6d4fe20

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## [1.0.0] - 2026-02-26
6+
7+
### Bug Fixes
8+
9+
- **claude:** Add XDG state and cache paths for Claude Code 2.x (#20)
10+
11+
12+
### Dependencies
13+
14+
- Bump the rust-dependencies group with 2 updates (#21)
15+
16+
- Bump the rust-dependencies group with 4 updates (#23)
17+
18+
- Bump the rust-dependencies group with 3 updates (#25)
19+
20+
21+
### Documentation
22+
23+
- **changelog:** Cliff config (#19)
24+
25+
26+
### Features
27+
28+
- **profile:** Add opencode profile and improve config handling (#24)
29+
30+
- Add allow_exec_sugid config option for setuid binary execution (#26)
31+
532
## [0.3.0] - 2026-02-02
633

734
### Bug Fixes

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "sx"
3-
version = "0.3.0"
3+
version = "1.0.0"
44
edition = "2021"
55
authors = ["Pierre Tomasina"]
66
description = "Lightweight sandbox for macOS development"

0 commit comments

Comments
 (0)