Skip to content

Commit e92070f

Browse files
author
Felipe Miquelim
authored
Release 1.0.1 (#34)
1 parent d007256 commit e92070f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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.1](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.1)
7+
### Added
8+
* Added drop_columns_from_table method ([#30](https://github.com/quintoandar/hive-metastore-client/pull/30))
9+
### Changed
10+
* Updated imports in project ([#27](https://github.com/quintoandar/hive-metastore-client/pull/27))
11+
* Shifted to quintoandar's docker image ([#28](https://github.com/quintoandar/hive-metastore-client/pull/28))
12+
### Fixed
13+
* Fixed typo in the client's filename ([#33](https://github.com/quintoandar/hive-metastore-client/pull/33))
14+
615
## [1.0.0](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.0)
716
First modules and entities of Hive Metastore Client package.
817

setup.py

Lines changed: 2 additions & 2 deletions
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.0"
4+
__version__ = "1.0.1"
55
__repository_url__ = "https://github.com/quintoandar/hive-metastore-client"
66

77
with open("requirements.txt") as f:
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name=__package_name__,
15-
description="A client for connecting and running DMLs on Hive Metastore with Thrift protocol",
15+
description="A client for connecting and running DDLs on Hive Metastore with Thrift protocol",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
keywords="hive hive-metastore hive-client hive-metastore-client metastore",

0 commit comments

Comments
 (0)