Skip to content

Commit

Permalink
FIX #135 - Bump version and CHANGELOG for release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 22, 2023
1 parent e4a8455 commit d803e4a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1
current_version = 0.10.0

[bumpversion:file:pyproject.toml]

Expand Down
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Kedro plugin with GCP Vertex AI support
docs_url: https://kedro-vertexai.readthedocs.io/
full_name: Kedro Vertex AI Plugin
github_url: https://github.com/getindata/kedro-vertexai
initial_version: 0.9.1
initial_version: 0.10.0
keywords:
- kedro-plugin
- kedro
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.10.0] - 2023-11-22

- Added explicite pyarrow dependency to avoid critical vulnerability
- Updated dependencies and tested for kedro `0.18.14`
- [Feature 🚀] Node grouping: added option to group multiple Kedro nodes together at execution in single Vertex AI process to allow better optimization - less steps, shorter delays while running Vertex AI nodes and less wasted time of data serialization thanks to possibility to use the MemoryDataset
Expand Down Expand Up @@ -72,7 +74,9 @@

- Initial version of **kedro-vertexai** plugin extracted from [kedro-kubeflow v0.6.0](https://github.com/getindata/kedro-kubeflow/tree/0.6.0)

[Unreleased]: https://github.com/getindata/kedro-vertexai/compare/0.9.1...HEAD
[Unreleased]: https://github.com/getindata/kedro-vertexai/compare/0.10.0...HEAD

[0.10.0]: https://github.com/getindata/kedro-vertexai/compare/0.9.1...0.10.0

[0.9.1]: https://github.com/getindata/kedro-vertexai/compare/0.9.0...0.9.1

Expand Down
2 changes: 1 addition & 1 deletion kedro_vertexai/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1"
__version__ = "0.10.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kedro-vertexai"
version = "0.9.1"
version = "0.10.0"
description = "Kedro plugin with GCP Vertex AI support"
readme = "README.md"
authors = ['Marcin Zabłocki <marcin.zablocki@getindata.com>', 'Mateusz Pytel <mateusz.pytel@getindata.com>', 'Mariusz Strzelecki <mariusz.strzelecki@getindata.com>']
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.tests=tests/
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.9

sonar.projectVersion=0.9.1
sonar.projectVersion=0.10.0
sonar.projectDescription=Kedro plugin with GCP Vertex AI support
sonar.links.homepage=https://kedro-vertexai.readthedocs.io/
sonar.links.ci=https://github.com/getindata/kedro-vertexai/actions
Expand Down

0 comments on commit d803e4a

Please sign in to comment.