Skip to content

Commit e5b21c9

Browse files
authored
Merge pull request #217 from siapy/release-please--branches--main
2 parents 813254a + 251dda8 commit e5b21c9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.1](https://github.com/siapy/siapy-lib/compare/v0.9.0...v0.9.1) (2025-04-25)
4+
5+
6+
### Documentation
7+
8+
* add case study and external sources documentation; remove outdated examples and update mkdocs navigation ([5d41305](https://github.com/siapy/siapy-lib/commit/5d413059446e2db80c6334aee3db4dfde935961d))
9+
* add design philosophy section to CONTRIBUTING.md and clean up README.md ([9372940](https://github.com/siapy/siapy-lib/commit/93729403f798782417b2c4393879a359ad3b9c4c))
10+
* add detailed entities and overview documentation for spectral image processing ([d29536f](https://github.com/siapy/siapy-lib/commit/d29536f84181c4d8c0533411b16d8a56d13b9735))
11+
* update case study documentation; remove overview section and enhance data overview ([0aa8430](https://github.com/siapy/siapy-lib/commit/0aa84306647533623b69f8017c2e78da0a56719b))
12+
313
## [0.9.0](https://github.com/siapy/siapy-lib/compare/v0.8.1...v0.9.0) (2025-04-24)
414

515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "siapy"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "A python library for efficient processing of spectral images."
55
authors = [{ name = "janezlapajne", email = "janez.lapajne@kis.si" }]
66
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)