Skip to content

Commit

Permalink
🚀 Bump version and CHANGELOG for release 0.2.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and Galileo-Galilei committed Apr 19, 2024
1 parent 166f17b commit bee4e90
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@

## [Unreleased]

## [0.2.0] - 2024-04-19

### Changed

- :boom: :sparkles: :arrow_up: Drop support for ``kedro==0.18.x`` and add support for ``kedro==0.19.x`` ([#46](https://github.com/Galileo-Galilei/kedro-pandera/issues/46))
- :boom: :sparkles: :arrow_up: Drop support for `kedro==0.18.x` and add support for `kedro==0.19.x` ([#46](https://github.com/Galileo-Galilei/kedro-pandera/issues/46))

## [0.1.0] - 2023-09-02

### Added

- :sparkles: Add a CLI command to infer the schema of a dataset and persist it to a file ([#4](https://github.com/Galileo-Galilei/kedro-pandera/pull/4))
- :sparkles: Automatically register customer resolvers `pa.dict`, `pa.yaml` to make schema declaration easier in the catalog ([#13](https://github.com/Galileo-Galilei/kedro-pandera/pull/13))
- :sparkles: Automatically register customer resolver `pa.python` to enable schema declaration in the catalog from a ``DataframeModel`` class ([#32](https://github.com/Galileo-Galilei/kedro-pandera/pull/32))
- :sparkles: Automatically register customer resolver `pa.python` to enable schema declaration in the catalog from a `DataframeModel` class ([#32](https://github.com/Galileo-Galilei/kedro-pandera/pull/32))
- :sparkles: Add runtime validation : before running each node, data is validated against the schema declared in the catalog ([#13](https://github.com/Galileo-Galilei/kedro-pandera/pull/13))
- :loud_sound: `kedro-pandera` logs defaults is set to `INFO` so it is visible by default in the kedro logs ([#13](https://github.com/Galileo-Galilei/kedro-pandera/pull/13))
- :memo: Add a tutorial for using `kedro-pandera` ([#5](https://github.com/Galileo-Galilei/kedro-pandera/pull/5))

[Unreleased]: https://github.com/Galileo-Galilei/kedro-pandera/compare/0.1.0...HEAD
[Unreleased]: https://github.com/Galileo-Galilei/kedro-pandera/compare/0.2.0...HEAD

[0.2.0]: https://github.com/Galileo-Galilei/kedro-pandera/compare/0.1.0...0.2.0

[0.1.0]: https://github.com/Galileo-Galilei/kedro-pandera/compare/dcba7c128e5187c1a9b26430cddb274064ac96a4...0.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
----------------------------------------------------------
| Branch | Tests | Coverage | Links | Documentation | Deployment | Activity |
| ------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `main` | [![test](https://github.com/Galileo-Galilei/kedro-pandera/workflows/test/badge.svg?branch=main)](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=workflow%3Atest+branch%3Amain) | [![codecov](https://codecov.io/gh/Galileo-Galilei/kedro-pandera/branch/main/graph/badge.svg)](https://codecov.io/gh/Galileo-Galilei/kedro-pandera/branch/main) | [![links](https://github.com/Galileo-Galilei/kedro-pandera/workflows/check-links/badge.svg?branch=main)](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=workflow%3Acheck-links+branch%3Amain) | [![Documentation](https://readthedocs.org/projects/kedro-pandera/badge/?version=stable)](https://kedro-pandera.readthedocs.io/en/stable/) | [![publish](https://github.com/Galileo-Galilei/kedro-pandera/workflows/publish/badge.svg?branch=main)](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=branch%3Amain+workflow%3Apublish) | [![commit](https://img.shields.io/github/commits-since/Galileo-Galilei/kedro-pandera/0.1.0)](https://github.com/Galileo-Galilei/kedro-pandera/compare/0.1.0...main) |
| `main` | [![test](https://github.com/Galileo-Galilei/kedro-pandera/workflows/test/badge.svg?branch=main)](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=workflow%3Atest+branch%3Amain) | [![codecov](https://codecov.io/gh/Galileo-Galilei/kedro-pandera/branch/main/graph/badge.svg)](https://codecov.io/gh/Galileo-Galilei/kedro-pandera/branch/main) | [![links](https://github.com/Galileo-Galilei/kedro-pandera/workflows/check-links/badge.svg?branch=main)](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=workflow%3Acheck-links+branch%3Amain) | [![Documentation](https://readthedocs.org/projects/kedro-pandera/badge/?version=stable)](https://kedro-pandera.readthedocs.io/en/stable/) | [![publish](https://github.com/Galileo-Galilei/kedro-pandera/workflows/publish/badge.svg?branch=main)](https://github.com/Galileo-Galilei/kedro-pandera/actions?query=branch%3Amain+workflow%3Apublish) | [![commit](https://img.shields.io/github/commits-since/Galileo-Galilei/kedro-pandera/0.2.0)](https://github.com/Galileo-Galilei/kedro-pandera/compare/0.2.0...main) |

# What is kedro-pandera?

Expand Down
2 changes: 1 addition & 1 deletion kedro_pandera/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""kedro-pandera"""

__version__ = "0.1.0"
__version__ = "0.2.0"

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0

[tool:pytest]
addopts = --cov=kedro_pandera --cov-report=html tests/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _parse_requirements(path, encoding="utf-8"):

setup(
name=NAME,
version="0.1.0", # this will be bumped automatically by bump2version
version="0.2.0", # this will be bumped automatically by bump2version
description="A kedro plugin to use pandera in your kedro projects",
license="Apache Software License (Apache 2.0)",
long_description=README,
Expand Down

0 comments on commit bee4e90

Please sign in to comment.