Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 5, 2024
1 parent a6660e2 commit 9452956
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 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.8.1 (2024-08-05)
### 🧰 Chores / Maintenance
* add test deps to conda_install for testing conda releases ([`c44d59b`](https://github.com/mdtanker/invert4geom/commit/c44d59ba2dceddfa15d48b2f9dd2315a20e2b304))
* update binder env to `v0.8` ([`8d9d294`](https://github.com/mdtanker/invert4geom/commit/8d9d29410d4b406070fcb2316673530b9cff7d61))
Expand All @@ -13,7 +14,6 @@ with commit parsing of [angular commits](https://github.com/angular/angular.js/b
### 🐛 Bug Fixes
* remove nptyping as dependency ([`d2534d0`](https://github.com/mdtanker/invert4geom/commit/d2534d083759f8769c42c1979054aa3b6a94aa5f))


## v0.8.0 (2024-08-02)
### 💥 Breaking Changes
* change equivalent source param names
Expand Down Expand Up @@ -556,14 +556,14 @@ To run faster, this lowers the resolution of the user guide notebooks. It also a
### 🐛 Bug Fixes
* add zref and density args to inversion (#24)

* fix: add zref and density args to inversion

* fix: removes references to density and zref

* fix: remove python 3.12 support, add test for 3.10

* chore: specify semantic release options

* fix: add zref and density args to inversion

* fix: removes references to density and zref

* fix: remove python 3.12 support, add test for 3.10

* chore: specify semantic release options

* chore: remove pypy from testing versions ([`c62f189`](https://github.com/mdtanker/invert4geom/commit/c62f1891fbbf14b9d9f092758fbf73f7b542621a))
### Other
* ([`fb5f7b2`](https://github.com/mdtanker/invert4geom/commit/fb5f7b277d0b99fc901ca07b75bae4a9853ff008))
Expand Down Expand Up @@ -697,12 +697,12 @@ makes release.yml run on all pushes to main instead of just published pushes. ([
### 🧰 Chores / Maintenance
* trying to fix release.yml issues (#8)

* chore: trying to fix reseal.yml issues

* style: pre-commit fixes

---------

* chore: trying to fix reseal.yml issues

* style: pre-commit fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`aa8760a`](https://github.com/mdtanker/invert4geom/commit/aa8760ab455060abd3998fc3ce154563080e7ec9))
* sets up python-semantic-release (#7)

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.8.0"
version = "0.8.1"
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,7 +7,7 @@

from __future__ import annotations

__version__ = "0.8.0"
__version__ = "0.8.1"

import logging

Expand Down

0 comments on commit 9452956

Please sign in to comment.