Skip to content

Commit

Permalink
Merge branch '0.0.41' into 'master'
Browse files Browse the repository at this point in the history
Update cmake/POD5Version.cmake, CHANGELOG.md files

See merge request minknow/pod5-file-format!123
  • Loading branch information
0x55555555 committed Oct 31, 2022
2 parents 807f85a + 5d9d9d2 commit 2b2e773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.41] - 2022-10-27
### Changed
- Fixed pod5-inspect erroring when loading data.
- Fixed issue where some files inbetween 0.34 - 0.38 wouldn't load correctly.

## [0.0.40] - 2022-10-27
### Changed
- Fixed migrating of large files from older versions.
Expand All @@ -23,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This change simplifies data access into the pod5 files, and helps users who want to convert the pod5 data to pandas or other arrow-compatible reader formats.
Old data is migrated on load, and will continue to work, data can be permanently migrated using the tool `pod5-migrate`


## [0.0.37] - 2022-10-18
### Changed
- Updated Conan recipe to support building without specifying C++ standard version.
Expand Down
2 changes: 1 addition & 1 deletion cmake/POD5Version.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(POD5_VERSION_MAJOR 0)
set(POD5_VERSION_MINOR 0)
set(POD5_VERSION_REV 40)
set(POD5_VERSION_REV 41)

set(POD5_NUMERIC_VERSION "${POD5_VERSION_MAJOR}.${POD5_VERSION_MINOR}.${POD5_VERSION_REV}")
set(POD5_FULL_VERSION "${POD5_NUMERIC_VERSION}")

0 comments on commit 2b2e773

Please sign in to comment.