Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Jun 18, 2024
1 parent 9cb1fa2 commit 2bfc4ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.5.0] - 2024-16-18

### Added
- `dataframe_from_result_table` now accepts optional converters for specific columns or types.

### Fixed
- Compatibility with numpy 2.0

## [4.4.1] - 2024-05-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion azure-kusto-data/azure/kusto/data/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License
VERSION = "4.4.1"
VERSION = "4.5.0"
2 changes: 1 addition & 1 deletion azure-kusto-ingest/azure/kusto/ingest/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License
VERSION = "4.4.1"
VERSION = "4.5.0"

0 comments on commit 2bfc4ae

Please sign in to comment.