From 592fa3b109ed9f6cdcae922fa60e7b5ae13ea7d1 Mon Sep 17 00:00:00 2001 From: Thijs Lukkezen Date: Mon, 23 Sep 2024 10:57:32 +0200 Subject: [PATCH] chore(release): version 0.11.0 --- CHANGELOG.md | 15 +++++++++++---- pyproject.toml | 2 +- src/pygef/_version.py | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d78886c4..c4bf964e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,27 @@ All notable changes to this project will be documented in this file. -## [0.10.2] - 2024-08-16 +## [0.11.0] - 2024-09-23 -### Bug Fixes +### Features -- *(ci)* Use proper authentication in release pipeline +- *(cpt_class)* Remove cpt-class validation + +### Miscellaneous Tasks + +- *(lint)* Fix linting + +## [0.10.2] - 2024-08-16 ### Performance - Resolve polars performance warning -## [0.10.1] - 2023-12-22 +## [0.10.1] - 2024-01-03 ### Bug Fixes +- *(ci)* Use proper authentication in release pipeline - Resolve pkg_resources deprecation warning - Resolve polars deprecation warning diff --git a/pyproject.toml b/pyproject.toml index 7e903efd..a5e962d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygef" -version = "0.10.2" +version = "0.11.0" description = "Parse soil measurument data." dependencies = [ "polars>1,<2", diff --git a/src/pygef/_version.py b/src/pygef/_version.py index 17c1a626..ae6db5f1 100644 --- a/src/pygef/_version.py +++ b/src/pygef/_version.py @@ -1 +1 @@ -__version__ = "0.10.2" +__version__ = "0.11.0"