From 192cb21ccd687e0eabf811be2c39e388f678f30a Mon Sep 17 00:00:00 2001 From: Isaac Aymerich <2348131+segator@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:57:44 +0200 Subject: [PATCH] chore(master): release 0.0.7 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ Readme.md | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index e58f3d1..33322f4 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.0.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4eb75a3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.0.7](https://github.com/segator/jbinary/compare/0.0.6...v0.0.7) (2025-06-10) + + +### 🤖 Continuous Integration + +* release process ([#6](https://github.com/segator/jbinary/issues/6)) ([f33e42b](https://github.com/segator/jbinary/commit/f33e42be332663d57c0221b2d9b2b3eb642ff804)) + + +### 🔧 Miscellaneous Chores + +* fix readme release-please update ([1316e3b](https://github.com/segator/jbinary/commit/1316e3bdad57da120cd0437af3776cba375aefea)) +* release managed by release-please no go-releaser ([63c0427](https://github.com/segator/jbinary/commit/63c0427490f64e32192762d71a5a0ca52127f2e3)) +* update readme proper download link ([58c5225](https://github.com/segator/jbinary/commit/58c5225175525799cfcddbedf3d86611a15833c1)) diff --git a/Readme.md b/Readme.md index 6d06508..f5ef0a4 100644 --- a/Readme.md +++ b/Readme.md @@ -61,14 +61,14 @@ A single windows linux binary is shiped out of the box. ## Install ### Linux ``` -wget https://github.com/segator/jbinary/releases/download/0.0.6/jbinary_0.0.6_linux_amd64 -O /usr/bin/JBinary && chmod 777 /usr/bin/JBinary # x-release-please-version +wget https://github.com/segator/jbinary/releases/download/0.0.7/jbinary_0.0.6_linux_amd64 -O /usr/bin/JBinary && chmod 777 /usr/bin/JBinary # x-release-please-version ``` ### Windows Execute as admin ``` [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -Invoke-WebRequest -Uri "https://github.com/segator/jbinary/releases/download/0.0.6/jbinary_0.0.6-windows_amd64.exe" -OutFile "C:\Windows\System32\JBinary.exe" # x-release-please-version +Invoke-WebRequest -Uri "https://github.com/segator/jbinary/releases/download/0.0.7/jbinary_0.0.6-windows_amd64.exe" -OutFile "C:\Windows\System32\JBinary.exe" # x-release-please-version ``` ## Example ```bash