Skip to content

Commit

Permalink
chore(release): version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijs Lukkezen committed Sep 23, 2024
1 parent 308b0c9 commit 592fa3b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/pygef/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.2"
__version__ = "0.11.0"

0 comments on commit 592fa3b

Please sign in to comment.