Skip to content

Commit 38579ee

Browse files
release: 0.14.0
1 parent e1a5aab commit 38579ee

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.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.13.1"
2+
".": "0.14.0"
33
}

CHANGELOG.md

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

3+
## 0.14.0 (2026-03-20)
4+
5+
Full Changelog: [v0.13.1...v0.14.0](https://github.com/sentdm/sent-dm-csharp/compare/v0.13.1...v0.14.0)
6+
7+
### Features
8+
9+
* **api:** api update ([1b0cb5c](https://github.com/sentdm/sent-dm-csharp/commit/1b0cb5c21dbc252c8fc71e9aede5a9659acdcd7d))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** handle path params correctly in `FromRawUnchecked` ([5945e33](https://github.com/sentdm/sent-dm-csharp/commit/5945e333cee59abc74c88ac7f1cffd0d75ea4526))
15+
316
## 0.13.1 (2026-03-17)
417

518
Full Changelog: [v0.13.0...v0.13.1](https://github.com/sentdm/sent-dm-csharp/compare/v0.13.0...v0.13.1)

src/Sentdm/Sentdm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Metadata -->
44
<AssemblyTitle>Sent Dm C#</AssemblyTitle>
55
<AssemblyName>Sentdm</AssemblyName>
6-
<VersionPrefix>0.13.1</VersionPrefix>
6+
<VersionPrefix>0.14.0</VersionPrefix>
77
<Description>The official .NET library for the Sent Dm API.</Description>
88
<OutputType>Library</OutputType>
99
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)