Skip to content

Commit

Permalink
Merge branch 'master' into bf-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Feb 13, 2024
2 parents 07ce45d + e6cc5a0 commit 6f33125
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 528 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 0.10.0 (Mon Feb 12 2024)

#### 🚀 Enhancement

- Remove Zarr checksum code [#217](https://github.com/dandi/dandi-schema/pull/217) ([@jwodder](https://github.com/jwodder))

#### 🐛 Bug Fix

- [pre-commit.ci] pre-commit autoupdate [#219](https://github.com/dandi/dandi-schema/pull/219) ([@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]))

#### 🏠 Internal

- [gh-actions](deps): Bump codecov/codecov-action from 3 to 4 [#222](https://github.com/dandi/dandi-schema/pull/222) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@jwodder](https://github.com/jwodder))

#### 🧪 Tests

- Move `TempKlass`es outside of test functions [#224](https://github.com/dandi/dandi-schema/pull/224) ([@jwodder](https://github.com/jwodder))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- [@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot])
- John T. Wodder II ([@jwodder](https://github.com/jwodder))

---

# 0.9.1 (Tue Jan 30 2024)

#### 🐛 Bug Fix
Expand Down
326 changes: 0 additions & 326 deletions dandischema/digests/tests/test_zarr.py

This file was deleted.

Loading

0 comments on commit 6f33125

Please sign in to comment.