diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 789909f..393f524 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4e351..cbcbaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.10](https://github.com/segator/jbinary/compare/v0.0.9...v0.0.10) (2025-06-11) + + +### 🤖 Continuous Integration + +* external PR support ([3ac21b4](https://github.com/segator/jbinary/commit/3ac21b417f6ea1640a6c5bda893d81aaec4c9fde)) + ## [0.0.9](https://github.com/segator/jbinary/compare/v0.0.8...v0.0.9) (2025-06-10) diff --git a/Readme.md b/Readme.md index 073e55c..0532276 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.9/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.10/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.9/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.10/jbinary-0.0.6-windows_amd64.exe" -OutFile "C:\Windows\System32\JBinary.exe" # x-release-please-version ``` ## Example ```bash