Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rz-vastdata committed Sep 1, 2024
1 parent 63a3161 commit 18b6f6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

## [1.3.0] (2024-09-01)
[1.3.0]: https://github.com/vast-data/vastdb_sdk/compare/v1.2.0...v1.3.0

### Added
- Support `startswith` pushdown over string columns


## [1.2.0] (2024-08-19)
[1.2.0]: https://github.com/vast-data/vastdb_sdk/compare/v1.1.2...v1.2.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _get_version_suffix():
name='vastdb',
python_requires='>=3.9.0',
description='VAST Data SDK',
version='1.2.0' + suffix,
version='1.3.0' + suffix,
url='https://github.com/vast-data/vastdb_sdk',
author='VAST DATA',
author_email='[email protected]',
Expand Down

0 comments on commit 18b6f6f

Please sign in to comment.