Skip to content

Commit

Permalink
chore: bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Jan 16, 2025
1 parent 917db3f commit d38c182
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0] - 2025-01-16

### Added

- `PriDatabase.to_datetime` to convert relative times to absolute datetime objects (#32)
- Python 3.13 support (#34)

### Changed

- Drop Python 3.6 support (#30)
- Migrate from named tuples to dataclasses (#31)

## [0.10.1] - 2024-07-29

### Fixed
Expand Down Expand Up @@ -199,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial public release

[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.10.1...HEAD
[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.11.0...HEAD
[0.11.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.10.1...0.11.0
[0.10.1]: https://github.com/vallen-systems/pyVallenAE/compare/0.10.0...0.10.1
[0.10.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.8.0...0.9.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "vallenae"
version = "0.10.1"
version = "0.11.0"
description = "Extract and analyze Acoustic Emission measurement data"
authors = [{ name = "Lukas Berbuer", email = "[email protected]" }]
readme = "README.md"
Expand Down

0 comments on commit d38c182

Please sign in to comment.