diff --git a/kedro-docker/RELEASE.md b/kedro-docker/RELEASE.md index e0651f340..eeb2f0e41 100644 --- a/kedro-docker/RELEASE.md +++ b/kedro-docker/RELEASE.md @@ -2,14 +2,19 @@ ## Major features and improvements -* Introduced two-stage builds with separated runtime environment and project code -* Optimized image layers that store project code -* Redundant Spark and Hadoop libs removed from Spark's template - ## Bug fixes and other changes ## Breaking changes to the API +# Release 0.3.1 +## Major features and improvements +* Introduced two-stage builds with separated runtime environment and project code. +* Optimized image layers that store project code. +* Redundant Spark and Hadoop libs removed from Spark's template. + +## Thanks for supporting contributions +[Mariusz Strzelecki](https://github.com/szczeles) + # Release 0.3.0 ## Major features and improvements * Add compatibility with `kedro` 0.18.0 diff --git a/kedro-docker/kedro_docker/__init__.py b/kedro-docker/kedro_docker/__init__.py index 6483ef836..e29633f8a 100644 --- a/kedro-docker/kedro_docker/__init__.py +++ b/kedro-docker/kedro_docker/__init__.py @@ -1,3 +1,3 @@ """ Kedro plugin for packaging a project with Docker """ -__version__ = "0.3.0" +__version__ = "0.3.1"