Skip to content

Commit d374218

Browse files
committed
chore(main): release 0.4.1
1 parent 682a250 commit d374218

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## 0.4.1 (2026-08-31)
4+
5+
6+
### Features
7+
8+
* Drop support for Python 3.9 ([#390](https://github.com/jan-mue/geometer/issues/390)) ([35218ea](https://github.com/jan-mue/geometer/commit/35218ea20df6db6c4c9eb23b79d00961772f560a))
9+
* Full type checking with mypy ([#134](https://github.com/jan-mue/geometer/issues/134)) ([8830d29](https://github.com/jan-mue/geometer/commit/8830d2967fd4fff080e6647b881e75b89b2e4c19))
10+
* introduce semantic prs, codespell and add some type hints ([#130](https://github.com/jan-mue/geometer/issues/130)) ([366dcf9](https://github.com/jan-mue/geometer/commit/366dcf9d3f816f47fe0c9d3d57a0c0257aa0398d))
11+
* release package with github action ([bcdad1d](https://github.com/jan-mue/geometer/commit/bcdad1d5b6d0fd5440044872c24f1728811e0c90))
12+
* Upgrade to NumPy 2.x ([#154](https://github.com/jan-mue/geometer/issues/154)) ([9e58b27](https://github.com/jan-mue/geometer/commit/9e58b2725150450ee2e89a50988e05744e4bad2b))
13+
* use release please ([#131](https://github.com/jan-mue/geometer/issues/131)) ([393504e](https://github.com/jan-mue/geometer/commit/393504e60415903196a6a8ac4cf3e458b6c7b4f8))
14+
15+
16+
### Bug Fixes
17+
18+
* Add type annotations for test code ([#142](https://github.com/jan-mue/geometer/issues/142)) ([dca6a7e](https://github.com/jan-mue/geometer/commit/dca6a7eef05d45a494736f1716820eec56cf9705))
19+
* Configure Hatch to only include relevant files in dist ([#171](https://github.com/jan-mue/geometer/issues/171)) ([28ee231](https://github.com/jan-mue/geometer/commit/28ee231c7fdbd33bc25f024c171026fd0b323bc3))
20+
* configure release please ([4fd5df1](https://github.com/jan-mue/geometer/commit/4fd5df186bc7877af4e848af25239a2901389454))
21+
* configure release please ([5b257bb](https://github.com/jan-mue/geometer/commit/5b257bbbe099e96152c84bfceac68b205a6f3073))
22+
* Delayed evaluation of type annotations and updated type ignore comments ([1629b11](https://github.com/jan-mue/geometer/commit/1629b11fbf2d4b0c333af1319f382ba31ea951c3))
23+
* Enable additional Ruff rules and fix any issues ([#141](https://github.com/jan-mue/geometer/issues/141)) ([9a45908](https://github.com/jan-mue/geometer/commit/9a4590864c2d875c66b03cb4db2ea5b11b32b181))
24+
* Rename version file ([#162](https://github.com/jan-mue/geometer/issues/162)) ([5f70f06](https://github.com/jan-mue/geometer/commit/5f70f06a54e8f746ebf69ab80c49263b80f86cb9))
25+
* Update code to use Python 3.10 features ([#392](https://github.com/jan-mue/geometer/issues/392)) ([31c5de2](https://github.com/jan-mue/geometer/commit/31c5de22f5a680c2543819d3f90c2d4815fc4eec))
26+
* Use correct artifact name in CI ([#159](https://github.com/jan-mue/geometer/issues/159)) ([8dbadd4](https://github.com/jan-mue/geometer/commit/8dbadd4cdeceb7fb39ce548cf8cfb7247a8e07d6))
27+
28+
29+
### Documentation
30+
31+
* Add CONTRIBUTING.md ([#219](https://github.com/jan-mue/geometer/issues/219)) ([2bd84dc](https://github.com/jan-mue/geometer/commit/2bd84dc8d02dfbf66e3e29571101d403c5608763))
32+
33+
34+
### Miscellaneous Chores
35+
36+
* release 0.4.1 ([dd25567](https://github.com/jan-mue/geometer/commit/dd2556741bf00f59acb412b4b0f36a925aa52d11))
37+
338
## [0.4.2](https://github.com/jan-mue/geometer/compare/v0.4.1...v0.4.2) (2025-10-25)
439

540

geometer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.2"
1+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)