Skip to content

Commit

Permalink
πŸ”– Release 0.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Dec 13, 2023
1 parent b712aba commit c861cdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

- 🚸 Silence the httpx logger [PR1356](https://github.com/laminlabs/lamindb/pull/1356) [@falexwolf](https://github.com/falexwolf)
- πŸ› Fix hash inference for cloud non-s3 objects and use stored gcs credentials [PR1355](https://github.com/laminlabs/lamindb/pull/1355) [@Koncopd](https://github.com/Koncopd)
```{eval-rst}
.. role:: small
```

## 0.64 {small}`2023-12-13`
## 0.64

### 0.64.1 {small}`2023-11-24`

- 🚸 Silence the httpx logger [PR1356](https://github.com/laminlabs/lamindb/pull/1356) [@falexwolf](https://github.com/falexwolf)
- πŸ› Fix hash inference for cloud non-s3 objects and use stored gcs credentials [PR1355](https://github.com/laminlabs/lamindb/pull/1355) [@Koncopd](https://github.com/Koncopd)

### 0.64.0 {small}`2023-11-24`

πŸ—οΈ Replace `File` with `Artifact` to model directories and directory-like array stores [PR1345](https://github.com/laminlabs/lamindb/pull/1345) [@falexwolf](https://github.com/falexwolf).

Expand Down
2 changes: 1 addition & 1 deletion lamindb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"""

__version__ = "0.64.0" # denote a release candidate for 0.1.0 with 0.1rc1
__version__ = "0.64.1" # denote a release candidate for 0.1.0 with 0.1rc1

import os as _os

Expand Down

0 comments on commit c861cdf

Please sign in to comment.