Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rz-vastdata committed Aug 19, 2024
1 parent 80ec2f8 commit 1d75ab1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 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.1.2] (2024-08-19)
[1.1.2]: https://github.com/vast-data/vastdb_sdk/compare/v1.1.1...v1.1.2

### Fixed
- Fix `Table.update()` when column names are not specified [#66]


## [1.1.1] (2024-08-11)
[1.1.1]: https://github.com/vast-data/vastdb_sdk/compare/v1.1.0...v1.1.1

Expand Down Expand Up @@ -247,3 +254,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#43]: https://github.com/vast-data/vastdb_sdk/pull/43
[#47]: https://github.com/vast-data/vastdb_sdk/pull/47
[#50]: https://github.com/vast-data/vastdb_sdk/pull/50
[#66]: https://github.com/vast-data/vastdb_sdk/issues/66
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.1.1' + suffix,
version='1.1.2' + suffix,
url='https://github.com/vast-data/vastdb_sdk',
author='VAST DATA',
author_email='[email protected]',
Expand Down

0 comments on commit 1d75ab1

Please sign in to comment.