Skip to content

Commit

Permalink
FIX #6 - Bump version and CHANGELOG for release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 26, 2023
1 parent d42271d commit b667e50
Show file tree
Hide file tree
Showing 6 changed files with 12 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.1.0
current_version = 0.1.1

[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 Snowflake / Snowpark support
docs_url: https://kedro-snowflake.readthedocs.io/
full_name: Kedro Snowflake plugin
github_url: https://github.com/getindata/kedro-snowflake
initial_version: 0.1.0
initial_version: 0.1.1
keywords:
- kedro
- snowflake
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# Changelog

## [Unreleased]

## [0.1.1] - 2023-04-26

- Initial working release
- Updated docs / readme / quickstart

## [0.1.0] - 2023-04-26

- Initial working release

## [0.0.1] - 2022-11-25

- Project seed prepared

[Unreleased]: https://github.com/getindata/kedro-snowflake/compare/0.1.0...HEAD
[Unreleased]: https://github.com/getindata/kedro-snowflake/compare/0.1.1...HEAD

[0.1.1]: https://github.com/getindata/kedro-snowflake/compare/0.1.0...0.1.1

[0.1.0]: https://github.com/getindata/kedro-snowflake/compare/0.0.1...0.1.0

Expand Down
2 changes: 1 addition & 1 deletion kedro_snowflake/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
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-snowflake"
version = "0.1.0"
version = "0.1.1"
description = "Kedro plugin with Snowflake / Snowpark support"
readme = "README.md"
authors = ['GetInData MLOPS <mlops@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.1.0
sonar.projectVersion=0.1.1
sonar.projectDescription=Kedro plugin with Snowflake / Snowpark support
sonar.links.homepage=https://kedro-snowflake.readthedocs.io/
sonar.links.ci=https://github.com/getindata/kedro-snowflake/actions
Expand Down

0 comments on commit b667e50

Please sign in to comment.