diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 33322f4..5742c08 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.7" + ".": "0.0.8" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb75a3..c4260e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.8](https://github.com/segator/jbinary/compare/v0.0.7...v0.0.8) (2025-06-10) + + +### 🔧 Miscellaneous Chores + +* fix release ([475b645](https://github.com/segator/jbinary/commit/475b64549d7784fc81200f1a26dd1250050f0946)) +* removed goreleaser ([c169ca8](https://github.com/segator/jbinary/commit/c169ca8d13b1b39b42938a6c4e071e74a8983be8)) + ## [0.0.7](https://github.com/segator/jbinary/compare/0.0.6...v0.0.7) (2025-06-10) diff --git a/Readme.md b/Readme.md index a7512aa..cc2ffb0 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.8/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.8/jbinary-0.0.6-windows_amd64.exe" -OutFile "C:\Windows\System32\JBinary.exe" # x-release-please-version ``` ## Example ```bash