From 2024c96b809cd2d73be9d76665e93b393e7eff9a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 00:12:10 +0000 Subject: [PATCH] release: 0.1.0-alpha.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c476280..ba6c348 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1-alpha.0" + ".": "0.1.0-alpha.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..27bc6f6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 0.1.0-alpha.1 (2024-05-05) + +Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/FarquestSocial/farquest-go/compare/v0.0.1-alpha.0...v0.1.0-alpha.1) + +### Features + +* **api:** update via SDK Studio ([5212141](https://github.com/FarquestSocial/farquest-go/commit/52121413319a7036a1c3cd5d9b72896945afe8a4)) +* **api:** update via SDK Studio ([48047e9](https://github.com/FarquestSocial/farquest-go/commit/48047e92b0422d579f87251f04768f9d408c168e)) + + +### Chores + +* configure new SDK language ([fc51eb4](https://github.com/FarquestSocial/farquest-go/commit/fc51eb4b57186a89a73873982653e557d5b50999)) +* go live ([#1](https://github.com/FarquestSocial/farquest-go/issues/1)) ([e9d5ad9](https://github.com/FarquestSocial/farquest-go/commit/e9d5ad98af07bee7b8451ede98d99cd22eea07a8)) diff --git a/README.md b/README.md index 751f01d..bc705fd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or to pin the version: ```sh -go get -u 'github.com/FarquestSocial/farquest-go@v0.0.1-alpha.0' +go get -u 'github.com/FarquestSocial/farquest-go@v0.1.0-alpha.1' ``` diff --git a/internal/version.go b/internal/version.go index 4ff68e4..5ed22d7 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.0.1-alpha.0" // x-release-please-version +const PackageVersion = "0.1.0-alpha.1" // x-release-please-version