0.0.1
Automatically generated by python-semantic-release
This commit is contained in:
parent
62e37586c8
commit
6973db49dc
29
CHANGELOG.md
29
CHANGELOG.md
@ -1 +1,28 @@
|
||||
# ChangeLog
|
||||
# CHANGELOG
|
||||
|
||||
|
||||
## v0.0.1 (2024-11-02)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix: export more functions ([`14534ae`](https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj/commit/14534ae96f4d57c504937f97dc6465444ab1f7ab))
|
||||
|
||||
* fix: declare numpy as dependency ([`5fe8e2b`](https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj/commit/5fe8e2b1db393c6e6440f1b4b2ae1d949300a54d))
|
||||
|
||||
* fix: use of noexcept ([`7e6419e`](https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj/commit/7e6419e0f0704c16ea744d997a7a3d016622885f))
|
||||
|
||||
* fix: packaged data still wrong ([`f61839c`](https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj/commit/f61839c82ed9f6ff45577b304969aa362216ecb4))
|
||||
|
||||
* fix: python compile and install ([`e7471e1`](https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj/commit/e7471e1a6abc6a8118f1c733f90b65bfb0bbfcbb))
|
||||
|
||||
* fix: add missing source ([`138ba3e`](https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj/commit/138ba3e6fa01769725a7be733f42a1826ecad6ba))
|
||||
|
||||
### Chores
|
||||
|
||||
* chore: add support for semantic-release ([`62e3758`](https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj/commit/62e37586c829a9bf2ca8725b4427a828252f757c))
|
||||
|
||||
* chore: add empty changelog ([`3f3c67b`](https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj/commit/3f3c67b3ab74765d008825320e64216d330492c9))
|
||||
|
||||
### Unknown
|
||||
|
||||
* initial commit ([`95df4b9`](https://git.aquila-consortium.org/guilhem_lavaux/pysphereproj/commit/95df4b9c63d640dd6ec264e495519aaef1326694))
|
||||
|
@ -1,5 +1,5 @@
|
||||
[project]
|
||||
version = "1.0"
|
||||
version = "0.0.1"
|
||||
requires-python = ">= 3.8"
|
||||
name = "pysphereproj"
|
||||
dependencies = [
|
||||
|
Loading…
Reference in New Issue
Block a user