From 73de84298ff1dff878cd6b01ed1bc55a34937474 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:32:31 +0000 Subject: [PATCH] release: 0.1.0-alpha.11 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b005e5..ee49ac2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.10" + ".": "0.1.0-alpha.11" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f595f3..6c7fdb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.11 (2025-01-09) + +Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) + +### Chores + +* **internal:** codegen related update ([#30](https://github.com/OneBusAway/go-sdk/issues/30)) ([023c0fa](https://github.com/OneBusAway/go-sdk/commit/023c0fa99c466d432ac3e8c083d1b9abe0acce41)) + ## 0.1.0-alpha.10 (2025-01-02) Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) diff --git a/README.md b/README.md index 91be54e..250ef0b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or to pin the version: ```sh -go get -u 'github.com/OneBusAway/go-sdk@v0.1.0-alpha.10' +go get -u 'github.com/OneBusAway/go-sdk@v0.1.0-alpha.11' ``` diff --git a/internal/version.go b/internal/version.go index 52822aa..dec22ba 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.1.0-alpha.10" // x-release-please-version +const PackageVersion = "0.1.0-alpha.11" // x-release-please-version