Skip to content

Commit 0e1bd7f

Browse files
chore: release main (#242)
* chore: release main * chore: update changelog for csharp sdk Signed-off-by: Mark Phelps <[email protected]> --------- Signed-off-by: Mark Phelps <[email protected]> Co-authored-by: flipt-release-bot[bot] <119936948+flipt-release-bot[bot]@users.noreply.github.com> Co-authored-by: Mark Phelps <[email protected]>
1 parent 03a1a99 commit 0e1bd7f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"flipt-python": "1.4.0",
55
"flipt-rust": "1.1.1",
66
"flipt-php": "1.0.2",
7-
"flipt-csharp": "0.0.1"
7+
"flipt-csharp": "0.0.2"
88
}

flipt-csharp/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-csharp-v0.0.1...flipt-csharp-v0.0.2) (2024-08-14)
4+
5+
### Fixes
6+
7+
* Support base path with additional paths (#275)
8+
9+
### Features
10+
11+
* Add CSharp SDK ([#234](https://github.com/flipt-io/flipt-server-sdks/issues/234)) ([749b83e](https://github.com/flipt-io/flipt-server-sdks/commit/749b83e94399efa1b4f8cd0dc98cb0dcb27d21c9))
12+
* **csharp:** add fliptcsharp.tests project to the solution ([#235](https://github.com/flipt-io/flipt-server-sdks/issues/235)) ([db49787](https://github.com/flipt-io/flipt-server-sdks/commit/db4978725dcff22c03f0a700dfba0e747b6aa1c1))

flipt-csharp/src/Flipt.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<PackageId>Flipt</PackageId>
77
<!-- x-release-please-start-version -->
8-
<Version>0.0.1</Version>
8+
<Version>0.0.2</Version>
99
<!-- x-release-please-end -->
1010
<Authors>Joseph Washington Jr. (vgwizardx), Flipt Devs ([email protected])</Authors>
1111
<Company>Flipt.io</Company>

0 commit comments

Comments
 (0)