File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.9 "
2+ "." : " 0.0.10 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.10] ( https://github.com/segator/jbinary/compare/v0.0.9...v0.0.10 ) (2025-06-11)
4+
5+
6+ ### 🤖 Continuous Integration
7+
8+ * external PR support ([ 3ac21b4] ( https://github.com/segator/jbinary/commit/3ac21b417f6ea1640a6c5bda893d81aaec4c9fde ) )
9+
310## [ 0.0.9] ( https://github.com/segator/jbinary/compare/v0.0.8...v0.0.9 ) (2025-06-10)
411
512
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ A single windows linux binary is shiped out of the box.
6161## Install
6262### Linux
6363```
64- 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
64+ 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
6565```
6666
6767### Windows
6868Execute as admin
6969```
7070[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
71- 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
71+ 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
7272```
7373## Example
7474```bash
You can’t perform that action at this time.
0 commit comments