From fc07fbf247d3b4e650d41dd1a356843ed4979fdd Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:29:12 +0000 Subject: [PATCH 1/2] chore(internal): codegen related update --- .github/workflows/publish-nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 0d6a417..ae49be7 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -4,8 +4,8 @@ name: Publish to NuGet on: workflow_dispatch: - release: - types: [published] + release: + types: [published] jobs: publish: name: publish From 8dbead2c1ee3f3cf5e7c5fe07be03e0682710604 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:29:27 +0000 Subject: [PATCH 2/2] release: 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5547f83..cda9cbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 309efe8..a1d3e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.2 (2025-08-04) + +Full Changelog: [v0.1.1...v0.1.2](https://github.com/sd-st/publishing-test-csharp/compare/v0.1.1...v0.1.2) + +### Chores + +* **internal:** codegen related update ([fc07fbf](https://github.com/sd-st/publishing-test-csharp/commit/fc07fbf247d3b4e650d41dd1a356843ed4979fdd)) + ## 0.1.1 (2025-08-04) Full Changelog: [v0.1.0...v0.1.1](https://github.com/sd-st/publishing-test-csharp/compare/v0.1.0...v0.1.1)