Skip to content

Commit 809e218

Browse files
committed
chore: release version 2.10.0
1 parent f0bf633 commit 809e218

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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-
".": "2.9.0"
2+
".": "2.10.0"
33
}

CHANGELOG.md

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

3+
## [2.10.0](https://github.com/atc-net/atc-kusto/compare/v2.9.0...v2.10.0) (2025-10-21)
4+
5+
6+
### Features
7+
8+
* **extensions:** add SqlDecimal to decimal conversion helper ([aed3d3d](https://github.com/atc-net/atc-kusto/commit/aed3d3d1a3662310740745e1d6a0f372aa80a16d))
9+
10+
11+
### Bug Fixes
12+
13+
* **streaming:** convert progressive frame values to match column types ([ef9d846](https://github.com/atc-net/atc-kusto/commit/ef9d846c962f8e8da85eb9efe3aef61284024361))
14+
315
## [2.9.0](https://github.com/atc-net/atc-kusto/compare/v2.8.0...v2.9.0) (2025-09-29)
416

517

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PropertyGroup Label="Versioning">
1818
<!-- The 'x-release-please-' comments are used to inform the release-please action that it should update the semver version here -->
1919
<!-- x-release-please-start-version -->
20-
<Version>2.9.0</Version>
20+
<Version>2.10.0</Version>
2121
<!-- x-release-please-end -->
2222
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)