Skip to content

Commit 48d02c9

Browse files
authored
release v0.6.1 (#45)
1 parent e363bfd commit 48d02c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
else
250250
new_binary="${{ env.APP_NAME }}"
251251
mv "$old_binary" "$new_binary"
252-
chmod +x "$new_binary"
252+
chmod 755 "$new_binary"
253253
tar -czf "../../packaging/${{ env.APP_NAME }}-${{ matrix.job.target }}.tar.gz" "$new_binary"
254254
fi
255255

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Unreleased
1010

11+
## 0.6.1 - 2025-03-10
12+
13+
***Fixed:***
14+
15+
- Fix the read permissions of the `dda` binary on non-Windows platforms
16+
1117
## 0.6.0 - 2025-03-07
1218

1319
***Added:***

0 commit comments

Comments
 (0)