Skip to content

Commit

Permalink
Release 0.8.0 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Jun 5, 2024
1 parent 0b72774 commit 58e2d45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HDMF-ZARR Changelog

## 0.8.0 (Upcoming)
## 0.8.0 (June 4, 2024)
### Bug Fixes
* Fixed bug when opening a file in with `mode=r+`. The file will open without using the consolidated metadata. @mavaylon1 [#182](https://github.com/hdmf-dev/hdmf-zarr/issues/182)
* Fixed bug on how we access scalar arrays. Added warning filter for Zarr deprecation of NestedDirectoryStore. Fixed bug on how we write a dataset of references. @mavaylon1 [#195](https://github.com/hdmf-dev/hdmf-zarr/pull/195)
Expand Down
6 changes: 3 additions & 3 deletions requirements-opt.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tqdm==4.66.1
fsspec==2023.12.2
s3fs==2023.12.2
tqdm==4.66.4
fsspec==2024.6.0
s3fs==2024.6.0

0 comments on commit 58e2d45

Please sign in to comment.