Skip to content

Commit 3db804b

Browse files
author
dev3o[bot]
committed
chore(release): v1.0.3
1 parent 8f986e0 commit 3db804b

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## [1.0.3] - 2026-04-27
6+
7+
### Bug Fixes
8+
9+
- **executor:** Restore tty foreground pgrp for interactive sessions (#42)
10+
11+
12+
### CI
13+
14+
- Bump the github-actions group with 2 updates (#36)
15+
16+
17+
### Dependencies
18+
19+
- Bump the rust-dependencies group across 1 directory with 4 updates (#40)
20+
21+
22+
### Features
23+
24+
- **executor:** Forward signals to sandboxed process group to prevent orphans (#39)
25+
26+
27+
### Miscellaneous
28+
29+
- **ci:** Ignore false positive gitleaks finding in QA workflow cache key (#41)
30+
531
## [1.0.2] - 2026-04-06
632

733
### 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 = "1.0.2"
3+
version = "1.0.3"
44
edition = "2021"
55
authors = ["Pierre Tomasina"]
66
description = "Lightweight sandbox for macOS development"

0 commit comments

Comments
 (0)