Skip to content

Commit e45a4bf

Browse files
authored
[DAE-145] Release 1.0.8 (#63)
* release 1.0.8 * pr changes * change the chengelog description
1 parent 8babdc0 commit e45a4bf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.8](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.8)
7+
### Changed
8+
* Replaced default values for `TableBuilder` and `SerdeInfoBuilder` constructors when no value is provided for specific lists and dicts
9+
([#62](https://github.com/quintoandar/hive-metastore-client/pull/62))
10+
611
## [1.0.7](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.7)
712
### Added
813
* Added method `add_partitions_to_table` to add partitions receiving an exception if some partition already exists

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.7"
4+
__version__ = "1.0.8"
55
__repository_url__ = "https://github.com/quintoandar/hive-metastore-client"
66

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

0 commit comments

Comments
 (0)