Skip to content

Commit bc8652c

Browse files
Benjamin Gutzmanngutzbenj
authored andcommitted
Bump version to 0.8.0
1 parent 0ff09e3 commit bc8652c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Types of changes:
1616

1717
## [Unreleased]
1818

19+
## [0.8.0] - 2026-01-15
20+
1921
### Fixed
2022

2123
- **IqrOutlierCheck**: Prevent `TypeError` when `IqrOutlierCheck` is initialized with unexpected `lower_threshold` or
@@ -139,7 +141,8 @@ Types of changes:
139141
- GitHub Actions workflows for CI/CD and releases
140142
- Use common `defaults` key instead of `global_defaults` and `default_args`
141143

142-
[Unreleased]: https://github.com/ottogroup/koality/compare/v0.7.0...HEAD
144+
[Unreleased]: https://github.com/ottogroup/koality/compare/v0.8.0...HEAD
145+
[0.8.0]: https://github.com/ottogroup/koality/compare/v0.7.0...v0.8.0
143146
[0.7.0]: https://github.com/ottogroup/koality/compare/v0.6.0...v0.7.0
144147
[0.6.0]: https://github.com/ottogroup/koality/compare/v0.5.0...v0.6.0
145148
[0.5.0]: https://github.com/ottogroup/koality/compare/v0.4.1...v0.5.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "koality"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = [
55
{ name = "Team PiT @ Otto Group data.works GmbH" },
66
{ name = "Norbert Maager" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)