Skip to content

Commit

Permalink
FIX #64 - Bump version and CHANGELOG for release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 11, 2023
1 parent a4668ae commit 9b84f03
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 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.4.1
current_version = 0.5.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 @@ -7,7 +7,7 @@ description: Kedro plugin with Azure ML Pipelines support
docs_url: https://kedro-azureml.readthedocs.io/
full_name: Kedro Azure ML Pipelines plugin
github_url: https://github.com/getindata/kedro-azureml
initial_version: 0.4.1
initial_version: 0.5.0
keywords:
- kedro
- mlops
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## [Unreleased]

## [0.5.0] - 2023-08-11

- [🚀 New dataset] Added support for `AzureMLAssetDataSet` based on Azure ML SDK v2 (fsspec) by [@tomasvanpottelbergh](https://github.com/tomasvanpottelbergh) & [@froessler](https://github.com/fdroessler)
- [📝 Docs] Updated datasets docs with sections
- Bumped minimal required Kedro version to `0.18.11
- Bumped minimal required Kedro version to \`0.18.11
- [⚠️ Deprecation warning] - starting from `0.4.0` the plugin is not compatible with ARM macOS versions due to internal azure dependencies (v1 SDKs). V1 SDK-based datasets will be removed in the future

## [0.4.1] - 2023-05-04
Expand Down Expand Up @@ -66,7 +69,9 @@

- Initial plugin release

[Unreleased]: https://github.com/getindata/kedro-azureml/compare/0.4.1...HEAD
[Unreleased]: https://github.com/getindata/kedro-azureml/compare/0.5.0...HEAD

[0.5.0]: https://github.com/getindata/kedro-azureml/compare/0.4.1...0.5.0

[0.4.1]: https://github.com/getindata/kedro-azureml/compare/0.4.0...0.4.1

Expand Down
2 changes: 1 addition & 1 deletion kedro_azureml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.1"
__version__ = "0.5.0"

import warnings

Expand Down
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-azureml"
version = "0.4.1"
version = "0.5.0"
description = "Kedro plugin with Azure ML Pipelines support"
readme = "README.md"
authors = ['marcin.zablocki <[email protected]>']
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.4.1
sonar.projectVersion=0.5.0
sonar.projectDescription=Kedro plugin with Azure ML Pipelines support
sonar.links.homepage=https://kedro-azureml.readthedocs.io/
sonar.links.ci=https://github.com/getindata/kedro-azureml/actions
Expand Down

0 comments on commit 9b84f03

Please sign in to comment.