Skip to content

Commit

Permalink
Merge branch 'feature/arrow_8.0.0.4' into 'master'
Browse files Browse the repository at this point in the history
Update to arrow 8.0.0.4

See merge request minknow/pod5-file-format!270
  • Loading branch information
0x55555555 committed May 25, 2023
2 parents 4ff85d0 + aee29f5 commit bbe13df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ All notable changes, updates, and fixes to pod5 will be documented here
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1] 2023-05-25

### Changed
- Update internal arrow lib to not export flatbuffers symbols.


## [0.2.0] 2023-05-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def setVersionsAndSuffixes(self):
"Pod5Conan: setVersionsAndSuffixes for internal build, add .1"
)
self.package_suffix = "@nanopore/stable"
self.arrow_version = f"{self.arrow_version}.3"
self.arrow_version = f"{self.arrow_version}.4"
self.boost_version = f"{self.boost_version}.1"
else:
self.output.warn(
Expand Down

0 comments on commit bbe13df

Please sign in to comment.