Skip to content

Commit 7aba513

Browse files
release: 0.1.0
1 parent b71251d commit 7aba513

File tree

2 files changed

+44
-1
lines changed

2 files changed

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

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-08-29)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/orbcorp/orb-csharp/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** add C# ([e2db41d](https://github.com/orbcorp/orb-csharp/commit/e2db41d4c0585fc2e3472df2a88a5be4cb2432fb))
10+
* **api:** api update ([b08df82](https://github.com/orbcorp/orb-csharp/commit/b08df824c44e6cc0ac72d42b07c3c089f501862d))
11+
* **api:** api update ([d0d1a79](https://github.com/orbcorp/orb-csharp/commit/d0d1a7995095b23506e98a0ba0e5bdb47370dc5f))
12+
* **api:** api update ([268fdab](https://github.com/orbcorp/orb-csharp/commit/268fdab77f42a6e87ffc2f7fd1863bbd05d30033))
13+
* **api:** api update ([7c7a621](https://github.com/orbcorp/orb-csharp/commit/7c7a621be47edaca08972e0986c72dab410ec052))
14+
* **client:** add some convenience constructors ([8e82a6b](https://github.com/orbcorp/orb-csharp/commit/8e82a6b10a0d13a256c4a330e4fcd159c1b791dc))
15+
* **client:** automatically set constants for user ([25e678a](https://github.com/orbcorp/orb-csharp/commit/25e678a352492d8119389201e754ffa1b96b85a0))
16+
* **client:** implement implicit union casts ([5a6d432](https://github.com/orbcorp/orb-csharp/commit/5a6d4322fd6e82838a22f6658a6252f0c76bf367))
17+
* **client:** improve model names ([df035d1](https://github.com/orbcorp/orb-csharp/commit/df035d1ec73f8ce1226571a18732529a91eba08d))
18+
* **internal:** generate release flow files ([3eb9334](https://github.com/orbcorp/orb-csharp/commit/3eb9334def8a6d9e09154e9c3d606f42897379fa))
19+
20+
21+
### Bug Fixes
22+
23+
* **internal:** prefer to use implicit instantiation when possible ([37366c3](https://github.com/orbcorp/orb-csharp/commit/37366c3e538f3923b5ecdcab2fc5118b348fc19a))
24+
* **internal:** various minor code fixes ([049b82c](https://github.com/orbcorp/orb-csharp/commit/049b82c0e2203f6d2731862c633806cb5b904c43))
25+
26+
27+
### Chores
28+
29+
* **docs:** clarify beta library limitations in readme ([f4d1b52](https://github.com/orbcorp/orb-csharp/commit/f4d1b5253cdf0e3576547ecf7e78dcdf89b36a00))
30+
* **internal:** use nicer generic names ([6fa9d89](https://github.com/orbcorp/orb-csharp/commit/6fa9d89a900e06c56dc80f1708869ac7d610455d))
31+
* rename some things ([304c45c](https://github.com/orbcorp/orb-csharp/commit/304c45cc17894d6c769b3c8940b3eaf78016eebf))
32+
* update formatting ([928b193](https://github.com/orbcorp/orb-csharp/commit/928b1937a8478b46f666d547c8831e8e0971f7f1))
33+
* use non-aliased `using` ([d670d93](https://github.com/orbcorp/orb-csharp/commit/d670d9359ae682140a6d2972bbde93a516fc27b8))
34+
35+
36+
### Documentation
37+
38+
* note alpha status ([3167be0](https://github.com/orbcorp/orb-csharp/commit/3167be06e8e3929b18e0d4d6af09f69608e68515))
39+
40+
41+
### Refactors
42+
43+
* **client:** use plural for service namespace ([a4aa7a5](https://github.com/orbcorp/orb-csharp/commit/a4aa7a55fce75601f7d85fdd1c98ea8ff1f9be44))

0 commit comments

Comments
 (0)