Skip to content

Commit 82579ec

Browse files
release: 0.1.0-alpha.5
1 parent 7d7c49d commit 82579ec

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.1.0-alpha.5 (2025-07-22)
4+
5+
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/ArcadeAI/arcade-go/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
6+
7+
### Features
8+
9+
* **api:** api update ([36a34f6](https://github.com/ArcadeAI/arcade-go/commit/36a34f6cd98540ac3bb383842bf8d486f66b844a))
10+
* **api:** api update ([5663810](https://github.com/ArcadeAI/arcade-go/commit/56638109c998c66426e9a3587683756269398d2e))
11+
* **api:** api update ([9182cae](https://github.com/ArcadeAI/arcade-go/commit/9182cae9dc6d4533840cec781c321127a1f6e3de))
12+
13+
14+
### Bug Fixes
15+
16+
* **client:** process custom base url ahead of time ([9aa7161](https://github.com/ArcadeAI/arcade-go/commit/9aa7161c88a53779baf18223a1d37433bebbf6dc))
17+
* don't try to deserialize as json when ResponseBodyInto is []byte ([8bd111c](https://github.com/ArcadeAI/arcade-go/commit/8bd111cff7a9554f168e964bf8c5ef693b18a106))
18+
* **pagination:** check if page data is empty in GetNextPage ([25a1c31](https://github.com/ArcadeAI/arcade-go/commit/25a1c31e4b24d0d1b66b84e623779b994ae77977))
19+
20+
21+
### Chores
22+
23+
* **ci:** only run for pushes and fork pull requests ([1219e03](https://github.com/ArcadeAI/arcade-go/commit/1219e03267fd9633c409a330880bdf2f0f04fd56))
24+
* **internal:** fix lint script for tests ([9e3ac8e](https://github.com/ArcadeAI/arcade-go/commit/9e3ac8e3416d37e82bee0d4a86ce2815b3d7cd54))
25+
* lint tests ([90b7660](https://github.com/ArcadeAI/arcade-go/commit/90b76607f527f2733aca8cf29ce1a37f14505a2b))
26+
* lint tests in subpackages ([e81cd75](https://github.com/ArcadeAI/arcade-go/commit/e81cd75b46ecb6457ef6f84b6c51b9b9fd159145))
27+
328
## 0.1.0-alpha.4 (2025-06-17)
429

530
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/ArcadeAI/arcade-go/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or to pin the version:
2424
<!-- x-release-please-start-version -->
2525

2626
```sh
27-
go get -u 'github.com/ArcadeAI/arcade-go@v0.1.0-alpha.4'
27+
go get -u 'github.com/ArcadeAI/arcade-go@v0.1.0-alpha.5'
2828
```
2929

3030
<!-- x-release-please-end -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.1.0-alpha.4" // x-release-please-version
5+
const PackageVersion = "0.1.0-alpha.5" // x-release-please-version

0 commit comments

Comments
 (0)