Skip to content

Commit

Permalink
🔖 Release 0.69.8
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Apr 4, 2024
1 parent 1aeac12 commit 94ca916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

- :sparkles: Use future annotations [PR](https://github.com/laminlabs/lamindb/pull/1549) [@Zethson](https://github.com/Zethson)

```{eval-rst}
.. role:: small
```

## 0.69

### 0.69.8 {small}`2024-04-04`

- 🐛 Avoid an error due to deleting the same file by multiple processes [PR](https://github.com/laminlabs/lamindb-setup/pull/703) [@Koncopd](https://github.com/Koncopd)
- ♻️ Use future annotations [PR](https://github.com/laminlabs/lamindb/pull/1549) [@Zethson](https://github.com/Zethson)

### 0.69.7 {small}`2024-04-03`

- ✨ Add ability to upload arbitrary files or folders from CLI [PR](https://github.com/laminlabs/lamindb/pull/1545) [@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 @@ -40,7 +40,7 @@
"""

__version__ = "0.69.7" # denote a release candidate for 0.1.0 with 0.1rc1
__version__ = "0.69.8" # denote a release candidate for 0.1.0 with 0.1rc1

import os as _os

Expand Down

0 comments on commit 94ca916

Please sign in to comment.