Skip to content

Commit

Permalink
chore: bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Jul 22, 2024
1 parent 9e15c36 commit 77f02c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0] - 2024-07-22

### Added

- Status attribute for record types (#24)
- `HitRecord.status` of type `HitFlags`
- `StatusRecord.status` of type `StatusFlags`
- `ParametricRecord.status` of type `StatusFlags`
- `TraRecord.status` of type `HitFlags`
- `SetType` enum (#26)

## [0.9.0] - 2024-02-14

### Added
Expand Down Expand Up @@ -182,7 +193,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.9.0...HEAD
[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.10.0...HEAD
[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
[0.8.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.6.0...0.7.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.9.0"
version = "0.10.0"
description = "Extract and analyze Acoustic Emission measurement data"
authors = [{ name = "Lukas Berbuer", email = "software@vallen.de" }]
readme = "README.md"
Expand Down

0 comments on commit 77f02c4

Please sign in to comment.