Skip to content

Commit 893ba8d

Browse files
release: 0.0.3
1 parent 0ef1ad5 commit 893ba8d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.0.3"
33
}

CHANGELOG.md

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

3+
## 0.0.3 (2025-08-12)
4+
5+
Full Changelog: [v0.0.2...v0.0.3](https://github.com/The-Swarm-Corporation/swarms-csharp/compare/v0.0.2...v0.0.3)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([0ef1ad5](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/0ef1ad52238afbb9cca5ebdf2f0993b2afc566bf))
10+
* **internal:** update comment in script ([a01b505](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/a01b5058e0baf1c59e71105cbc54cd319446a41e))
11+
* update @stainless-api/prism-cli to v5.15.0 ([1961fc9](https://github.com/The-Swarm-Corporation/swarms-csharp/commit/1961fc9131e2cdf47bd1c905070ea3e1f7b84d07))
12+
313
## 0.0.2 (2025-08-07)
414

515
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.0.3</VersionPrefix>
1010
<TargetFrameworks>net8.0</TargetFrameworks>
1111
<LangVersion>latest</LangVersion>
1212
<!-- Generate an XML documentation file for the project. -->

0 commit comments

Comments
 (0)