Skip to content

Commit

Permalink
Fix parse Redshift encode attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
shinichi-takii committed Aug 8, 2020
1 parent dcde0d1 commit 1641633
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.6.1] - 2020-08-08
### Fixed
- Fix parse Redshift `ENCODE` attribute.


## [1.6.0] - 2020-07-18
### Added
- Add property.
Expand Down Expand Up @@ -161,6 +166,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial released.


[1.6.1]: https://github.com/shinichi-takii/ddlparse/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/shinichi-takii/ddlparse/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/shinichi-takii/ddlparse/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/shinichi-takii/ddlparse/compare/v1.3.1...v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion ddlparse/__init__.py
Expand Up @@ -8,7 +8,7 @@
from .ddlparse import *

__copyright__ = 'Copyright (C) 2018-2020 Shinichi Takii'
__version__ = '1.6.0'
__version__ = '1.6.1'
__license__ = 'BSD-3-Clause'
__author__ = 'Shinichi Takii'
__author_email__ = 'shinichi.takii@gmail.com'
Expand Down

0 comments on commit 1641633

Please sign in to comment.