Skip to content

Commit 8746fc5

Browse files
release: 0.1.0
1 parent 6d1e9a6 commit 8746fc5

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

.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.0.2"
2+
".": "0.1.0"
33
}

CHANGELOG.md

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

3+
## 0.1.0 (2025-08-21)
4+
5+
Full Changelog: [v0.0.2...v0.1.0](https://github.com/The-Swarm-Corporation/swarms-csharp/compare/v0.0.2...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([5f7d58e](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/5f7d58e36be73460ef3dcc7d6e5ff4bf1d3f4d58))
10+
* **client:** add switch and match helpers for unions ([520f7a8](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/520f7a86d34cd6c83fa31bcb32cd1930d8fe6236))
11+
* **client:** improve signature of `trypickx` methods ([6d1e9a6](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/6d1e9a647ce40e7311af25b11ddc25f1c0e8b009))
12+
13+
14+
### Bug Fixes
15+
16+
* **docs:** re-order using statements ([a99ab95](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/a99ab95043d022d198dab136cbe7222f2255b0dc))
17+
18+
19+
### Chores
20+
21+
* **internal:** codegen related update ([f8889ab](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/f8889aba0ea05c36ece30977a9cf5b99442c944d))
22+
* **internal:** codegen related update ([28bdb7b](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/28bdb7bbcf5312486499f7b3a3bc7b110e01f438))
23+
* **internal:** codegen related update ([0ef1ad5](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/0ef1ad52238afbb9cca5ebdf2f0993b2afc566bf))
24+
* **internal:** remove unnecessary internal aliasing ([7b8b38b](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/7b8b38b746bfe133d4b7274465a3721ad280aac8))
25+
* **internal:** update comment in script ([a01b505](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/a01b5058e0baf1c59e71105cbc54cd319446a41e))
26+
* update @stainless-api/prism-cli to v5.15.0 ([1961fc9](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/1961fc9131e2cdf47bd1c905070ea3e1f7b84d07))
27+
28+
29+
### Documentation
30+
31+
* **client:** add more property comments ([e99cfc5](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/e99cfc5439d91ff7dcef04f5e0c4bf8f04180c2b))
32+
33+
34+
### Refactors
35+
36+
* **client:** refine enum representation ([e99cfc5](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/e99cfc5439d91ff7dcef04f5e0c4bf8f04180c2b))
37+
338
## 0.0.2 (2025-08-07)
439

540
Full Changelog: [v0.0.1...v0.0.2](https://github.com/The-Swarm-Corporation/swarms-csharp/compare/v0.0.1...v0.0.2)

src/Swarms/Swarms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyTitle>SDK Code Generation Swarms Client C#</AssemblyTitle>
77
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
88
<Nullable>enable</Nullable>
9-
<VersionPrefix>0.0.2</VersionPrefix>
9+
<VersionPrefix>0.1.0</VersionPrefix>
1010
<TargetFrameworks>net8.0</TargetFrameworks>
1111
<LangVersion>latest</LangVersion>
1212
<!-- Generate an XML documentation file for the project. -->

0 commit comments

Comments
 (0)