Skip to content

Commit 62eb59c

Browse files
committed
chore(master): release 0.0.10
1 parent 3ac21b4 commit 62eb59c

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.9"
2+
".": "0.0.10"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6868
Execute 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

0 commit comments

Comments
 (0)