Skip to content

Commit 108914b

Browse files
authored
chore(master): release 0.0.9 (#9)
1 parent 012d214 commit 108914b

File tree

3 files changed

+22
-3
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.0.9](https://github.com/segator/jbinary/compare/v0.0.8...v0.0.9) (2025-06-10)
4+
5+
6+
### 🤖 Continuous Integration
7+
8+
* release process ([#6](https://github.com/segator/jbinary/issues/6)) ([f33e42b](https://github.com/segator/jbinary/commit/f33e42be332663d57c0221b2d9b2b3eb642ff804))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* fix readme release-please update ([1316e3b](https://github.com/segator/jbinary/commit/1316e3bdad57da120cd0437af3776cba375aefea))
14+
* fix release ([475b645](https://github.com/segator/jbinary/commit/475b64549d7784fc81200f1a26dd1250050f0946))
15+
* **master:** release 0.0.7 ([#7](https://github.com/segator/jbinary/issues/7)) ([fee3dc5](https://github.com/segator/jbinary/commit/fee3dc536905ba7452da8b53f051503b62bd273d))
16+
* **master:** release 0.0.8 ([#8](https://github.com/segator/jbinary/issues/8)) ([9093970](https://github.com/segator/jbinary/commit/9093970cb6626e4cc748de5cf92ea23d8d56ac2e))
17+
* release managed by release-please no go-releaser ([63c0427](https://github.com/segator/jbinary/commit/63c0427490f64e32192762d71a5a0ca52127f2e3))
18+
* removed goreleaser ([c169ca8](https://github.com/segator/jbinary/commit/c169ca8d13b1b39b42938a6c4e071e74a8983be8))
19+
* typo release ([012d214](https://github.com/segator/jbinary/commit/012d214d4acab901606a13e736be08635f824fc1))
20+
* update readme proper download link ([58c5225](https://github.com/segator/jbinary/commit/58c5225175525799cfcddbedf3d86611a15833c1))
21+
322
## [0.0.8](https://github.com/segator/jbinary/compare/v0.0.7...v0.0.8) (2025-06-10)
423

524

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.8/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.9/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.8/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.9/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)