Skip to content

Commit 93f9652

Browse files
chore(release): v0.2.2
1 parent e4f41e7 commit 93f9652

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
6+
### Bug Fixes
7+
8+
- **sandbox:** Harden path validation and error handling (#9)
9+
10+
- **ci:** Skip cargo install if binary already cached
11+
12+
13+
### Refactor
14+
15+
- **release:** Simplify Homebrew tap update workflow (#8)
16+
17+
18+

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

0 commit comments

Comments
 (0)