From 9679501655e144ac7db3009e6064804a815279ab Mon Sep 17 00:00:00 2001 From: Isaac Aymerich <2348131+segator@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:25:56 +0200 Subject: [PATCH] chore(master): release 0.0.9 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ Readme.md | 4 ++-- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 5742c08..789909f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.8" + ".": "0.0.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c4260e4..cb4e351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.0.9](https://github.com/segator/jbinary/compare/v0.0.8...v0.0.9) (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)) +* fix release ([475b645](https://github.com/segator/jbinary/commit/475b64549d7784fc81200f1a26dd1250050f0946)) +* **master:** release 0.0.7 ([#7](https://github.com/segator/jbinary/issues/7)) ([fee3dc5](https://github.com/segator/jbinary/commit/fee3dc536905ba7452da8b53f051503b62bd273d)) +* **master:** release 0.0.8 ([#8](https://github.com/segator/jbinary/issues/8)) ([9093970](https://github.com/segator/jbinary/commit/9093970cb6626e4cc748de5cf92ea23d8d56ac2e)) +* release managed by release-please no go-releaser ([63c0427](https://github.com/segator/jbinary/commit/63c0427490f64e32192762d71a5a0ca52127f2e3)) +* removed goreleaser ([c169ca8](https://github.com/segator/jbinary/commit/c169ca8d13b1b39b42938a6c4e071e74a8983be8)) +* typo release ([012d214](https://github.com/segator/jbinary/commit/012d214d4acab901606a13e736be08635f824fc1)) +* update readme proper download link ([58c5225](https://github.com/segator/jbinary/commit/58c5225175525799cfcddbedf3d86611a15833c1)) + ## [0.0.8](https://github.com/segator/jbinary/compare/v0.0.7...v0.0.8) (2025-06-10) diff --git a/Readme.md b/Readme.md index cc2ffb0..073e55c 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.8/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.9/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.8/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.9/jbinary-0.0.6-windows_amd64.exe" -OutFile "C:\Windows\System32\JBinary.exe" # x-release-please-version ``` ## Example ```bash