Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zturechek committed Mar 16, 2021
1 parent 01b08d1 commit 7021f74
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Build container conda env
FROM python:3.7

ENV LIBRARY_VERSION 0.3.0
ENV LIBRARY_VERSION 0.4.0
RUN pip install "fh-immuta-utils==${LIBRARY_VERSION}"

ENTRYPOINT "fh-immuta-utils"

2 changes: 1 addition & 1 deletion fh_immuta_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"
11 changes: 1 addition & 10 deletions release_notes/@vNext.md
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
# 0.4.0 (2020-03-01)

## Compatible with Immuta version `>=2020.3.4`

### Added
- Ability to control schema evolution settings for a remote database/server from configuration.
### Changed
- Immuta data source and query engine table name truncation character limits. Limits for both are now set to 255 to
align with the accepted limits by the Immuta application. Users with previously truncated data source or query engine
table names should delete and re-enroll those data sources to enroll the full names.
<!-- to be filled in -->
10 changes: 10 additions & 0 deletions release_notes/v0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 0.4.0 (2020-03-01)

## Compatible with Immuta version `>=2020.3.4`

### Added
- Ability to control schema evolution settings for a remote database/server from configuration.
### Changed
- Immuta data source and query engine table name truncation character limits. Limits for both are now set to 255 to
align with the accepted limits by the Immuta application. Users with previously truncated data source or query engine
table names should delete and re-enroll those data sources to enroll the full names.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name=NAME,
version="0.3.0",
version="0.4.0",
entry_points={
"console_scripts": ["fh-immuta-utils = fh_immuta_utils.scripts.cli:main_cli"]
},
Expand Down

0 comments on commit 7021f74

Please sign in to comment.