Skip to content

Commit 29ca477

Browse files
author
Lucas Mendes Mota da Fonseca
authored
Release 1.0.2 (#36)
1 parent 6152841 commit 29ca477

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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.2](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.2)
7+
### Added
8+
* Added create_database_if_not_exists method ([#35](https://github.com/quintoandar/hive-metastore-client/pull/35))
9+
610
## [1.0.1](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.1)
711
### Added
812
* Added drop_columns_from_table method ([#30](https://github.com/quintoandar/hive-metastore-client/pull/30))

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

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

0 commit comments

Comments
 (0)