Skip to content

Commit

Permalink
Prepare 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Jan 11, 2025
1 parent 33a8d9d commit 87fe0a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0] - 2025-01-12

### Changed
- Bump `zarrs` to 0.19.0
- **Breaking**: Bump MSRV to Rust 1.82
Expand Down Expand Up @@ -174,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial public release

[unreleased]: https://github.com/LDeakin/zarrs_ffi/compare/v0.8.5...HEAD
[unreleased]: https://github.com/LDeakin/zarrs_ffi/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/LDeakin/zarrs_ffi/releases/tag/v0.9.0
[0.8.5]: https://github.com/LDeakin/zarrs_ffi/releases/tag/v0.8.5
[0.8.4]: https://github.com/LDeakin/zarrs_ffi/releases/tag/v0.8.4
[0.8.3]: https://github.com/LDeakin/zarrs_ffi/releases/tag/v0.8.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zarrs_ffi"
description = "FFI bindings for the zarrs crate"
version = "0.8.5"
version = "0.9.0"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
edition = "2021"
rust-version = "1.82"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ See a more comprehensive example in the [examples](https://github.com/LDeakin/za
1. Install the Rust compiler (and cargo).
2. Put [Findzarrs.cmake](https://github.com/LDeakin/zarrs_ffi/blob/main/examples/cmake_project/Findzarrs.cmake) in your `CMAKE_MODULE_PATH`
3. `find_package(zarrs <version> REQUIRED COMPONENTS zarrs/bz2)`
- Replace `<version>` with the latest release: [![Latest Version](https://img.shields.io/crates/v/zarrs_ffi.svg)](https://crates.io/crates/zarrs_ffi) (e.g., `0.8` or `0.8.4`)
- Replace `<version>` with the latest release: [![Latest Version](https://img.shields.io/crates/v/zarrs_ffi.svg)](https://crates.io/crates/zarrs_ffi) (e.g., `0.9` or `0.9.0`)
- [zarrs] is retrieved from `GitHub` using [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) and built using [corrosion](https://github.com/corrosion-rs/corrosion)
- Components are optional [zarrs] codecs
4. the `zarrs_ffi` library is available as the `zarrs::zarrs` or `zarrs::zarrs-static` target
Expand Down

0 comments on commit 87fe0a8

Please sign in to comment.