Skip to content

Commit f4352de

Browse files
committed
chore(release): prepare for 0.1.10
1 parent 5e236f0 commit f4352de

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
with:
22-
TOOLCHAIN_VERSION : 1.74.0
22+
TOOLCHAIN_VERSION : 1.82.0
2323
RUSTTARGET: ${{ matrix.target }}
2424
ARCHIVE_TYPES: "zip tar.gz"
2525
# ARCHIVE_NAME: "roc_${{ matrix.target }}"

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.1.9] - 2025-04-25
3+
## [0.1.10] - 2025-04-25
44

55
### <!-- 0 -->⛰️ Features
66

@@ -23,12 +23,17 @@
2323

2424
### <!-- 7 -->⚙️ Miscellaneous Tasks
2525

26+
- Use Jammy Jellyfish in GitHub Actions
2627
- Refactor command handling and improve environment integration
2728
- Refactor devbox configuration for improved build process
2829
- Refactor machine listing and table generation
2930
- Update widget appearance in UI
3031
- Add `regex` dependency with version `1.10.5` to `Cargo.toml`
3132

33+
### Build
34+
35+
- Refine build and script execution environment
36+
3237
### Refractor
3338

3439
- Refactor machine command and methods in Machines

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "devpilot"
33
authors = ["Trim Bresilla <trim.bresilla@gmail.com>"]
4-
version = "0.1.9"
4+
version = "0.1.10"
55
edition = "2021"
66
license = "MIT"
77

0 commit comments

Comments
 (0)