Skip to content

Commit

Permalink
Release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Fonseca committed Aug 11, 2022
1 parent 8bf6497 commit e7f7cb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.

## [1.0.10](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.10)
### Fixed
* Updated CI/CD runner
([#71](https://github.com/quintoandar/hive-metastore-client/pull/71))


## [1.0.9](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.9)
### Fixed
* Stop inducing exception on Hive Metastore server when trying to retrieve partition values with `get_partition_values_from_table` for partitionless tables.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

__package_name__ = "hive_metastore_client"
__version__ = "1.0.9"
__version__ = "1.0.10"
__repository_url__ = "https://github.com/quintoandar/hive-metastore-client"

with open("requirements.txt") as f:
Expand Down

0 comments on commit e7f7cb6

Please sign in to comment.