Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 29, 2024
1 parent 6140401 commit 3091d68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Automatically updated by
[python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/)
with commit parsing of [angular commits](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits).

## Unreleased

## v0.6.0 (2024-05-29)
### 💥 Breaking Changes
* make gravity CV return inversion results

Expand Down Expand Up @@ -89,7 +90,6 @@ BREAKING CHANGE: make sure to switch all mentions of `input_grav` to `grav_df` i
### ✏️ Formatting
* automatic style fixes ([`4a83bdd`](https://github.com/mdtanker/invert4geom/commit/4a83bddd2a27dd96b396989834a30f869b3c7934))


## v0.5.0 (2024-05-07)
### 📦️ Build
* make semantic release GHA need changelog success ([`7b7d1c4`](https://github.com/mdtanker/invert4geom/commit/7b7d1c40805617db9cf42fea3065eb32585bf035))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Typing :: Typed",
]
readme = "README.md"
version = "0.5.0"
version = "0.6.0"
license = {file = "LICENSE"}

keywords = ["inversion", "gravity", "geometry", "density", "Moho", "sediment", "geophysics", "geology", "geoscience"]
Expand Down
2 changes: 1 addition & 1 deletion src/invert4geom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

from __future__ import annotations

__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 3091d68

Please sign in to comment.