Skip to content

Commit

Permalink
chore(release): version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijs Lukkezen committed Sep 25, 2024
1 parent 49155d1 commit 57bafc9
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 3 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,68 @@

All notable changes to this project will be documented in this file.

## [0.7.0] - 2024-09-25

### Features

- *(grouper)* #93 Throw ValueError when providing less than 2 CPTs to create_grouper_payload()
- *(coords)* #81 Only add coordinates to soil_properties payload when not None

### Miscellaneous Tasks

- Clear nb outputs
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- *(deps)* Bump peaceiris/actions-gh-pages from 3 to 4
- Dependabot[bot] <support@github.com>
- *(get-super-linter-dependencies)* Add bash script to fetch superlinter dependencies for tag
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- *(deps)* Bump platformdirs from 3.5.1 to 4.1.0
- Dependabot[bot] <support@github.com>
- *(deps)* Bump actions/setup-python from 4 to 5
- *(deps)* Bump actions/setup-python from 4 to 5
- *(deps)* Bump actions/setup-python from 4 to 5
- *(deps)* Bump actions/setup-python from 4 to 5
- *(deps)* Bump actions/setup-python from 4 to 5
- *(deps)* Bump actions/setup-python from 4 to 5
- *(deps)* Bump actions/setup-python from 4 to 5
- *(deps)* Bump actions/setup-python from 4 to 5
- *(deps)* Bump actions/setup-python from 4 to 5
- *(deps)* Bump actions/setup-python from 4 to 5
- Dependabot[bot] <support@github.com>
- *(deps)* Bump actions/upload-artifact from 3 to 4
- *(deps)* Bump actions/upload-artifact from 3 to 4
- *(deps)* Bump actions/upload-artifact from 3 to 4
- *(deps)* Bump actions/upload-artifact from 3 to 4
- *(deps)* Bump actions/upload-artifact from 3 to 4
- *(deps)* Bump actions/upload-artifact from 3 to 4
- *(deps)* Bump actions/upload-artifact from 3 to 4
- *(deps)* Bump actions/upload-artifact from 3 to 4
- *(deps)* Bump actions/upload-artifact from 3 to 4
- *(deps)* Bump actions/upload-artifact from 3 to 4
- Dependabot[bot] <support@github.com>

### Testing

- *(multi-cpt-input)* Add minimal testcases for create_multi_cpt_payload(), using openapi-core lib

## [0.6.0] - 2024-09-13

### Documentation
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 = "py-pilecore"
version = "0.6.0"
version = "0.7.0"
description = "Public python SDK for the CEMS PileCore web-API."
requires-python = ">=3.9"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/pypilecore/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__version__ = version("py-pilecore")
# during CI
except PackageNotFoundError:
__version__ = "0.6.0"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion tests/openapi/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: PileCore
version: 3.0.1
version: 0.7.0
description: >-
PileCore aims to give you the full pile calculation utilities without an
engineer in the loop. This means that calculations must be able to run from
Expand Down

0 comments on commit 57bafc9

Please sign in to comment.