Skip to content

Commit 0318dff

Browse files
committed
chore: release version 2.8.0
1 parent 44ebac2 commit 0318dff

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.7.0"
2+
".": "2.8.0"
33
}

CHANGELOG.md

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

3+
## [2.8.0](https://github.com/atc-net/atc-kusto/compare/v2.7.0...v2.8.0) (2025-09-14)
4+
5+
6+
### Features
7+
8+
* **samples:** switch customer sales values to decimal and adjust queries ([5188823](https://github.com/atc-net/atc-kusto/commit/518882372a2068b1797c75f19547095a08596973))
9+
* **serialization:** add decimal converter and update serializer docs ([5f7fad6](https://github.com/atc-net/atc-kusto/commit/5f7fad6c3dbf8fe052839816679d5cdff4b5773f))
10+
* **serialization:** enhance decimal converter robustness and add extended tests ([44ebac2](https://github.com/atc-net/atc-kusto/commit/44ebac225e700394739b7a775d3e208eb71c207c))
11+
312
## [2.7.0](https://github.com/atc-net/atc-kusto/compare/v2.6.1...v2.7.0) (2025-08-13)
413

514

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.7.0</Version>
20+
<Version>2.8.0</Version>
2121
<!-- x-release-please-end -->
2222
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)