Skip to content

Commit 52d6477

Browse files
author
Felipe Miquelim
authored
[DAE-94] Release 1.0.4 (#44)
1 parent 58d1fdc commit 52d6477

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [1.0.4](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.4)
7+
### Added
8+
* Added create_external_table method ([#42](https://github.com/quintoandar/hive-metastore-client/pull/42))
9+
* Added get_partition_keys_objects and get_partition_keys_names methods ([#43](https://github.com/quintoandar/hive-metastore-client/pull/43))
10+
### Fixed
11+
* Enforcing type as EXTERNAL when creating external tables ([#41](https://github.com/quintoandar/hive-metastore-client/issues/41))
12+
613
## [1.0.3](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.3)
714
### Changed
815
* Handled exception when adding duplicate partitions ([#37](https://github.com/quintoandar/hive-metastore-client/pull/37))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
__package_name__ = "hive_metastore_client"
4-
__version__ = "1.0.3"
4+
__version__ = "1.0.4"
55
__repository_url__ = "https://github.com/quintoandar/hive-metastore-client"
66

77
with open("requirements.txt") as f:

0 commit comments

Comments
 (0)