Skip to content

Commit

Permalink
πŸ”– Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Aug 17, 2023
1 parent dd2dff3 commit 4a207ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- prettier-ignore -->
Name | PR | Developer | Date | Version
--- | --- | --- | --- | ---
🎨 Updated save and warning emojis | [54](https://github.com/laminlabs/lamin-utils/pull/54) | [sunnyosun](https://github.com/sunnyosun) | 2023-08-17 |
🎨 Updated save and warning emojis | [54](https://github.com/laminlabs/lamin-utils/pull/54) | [sunnyosun](https://github.com/sunnyosun) | 2023-08-17 | 0.10.0
πŸ”Š Updated logging msg to use standardize | [53](https://github.com/laminlabs/lamin-utils/pull/53) | [sunnyosun](https://github.com/sunnyosun) | 2023-08-16 |
♻️ Refactored validate and inspect | [52](https://github.com/laminlabs/lamin-utils/pull/52) | [sunnyosun](https://github.com/sunnyosun) | 2023-08-08 |
✨ Add InspectResult | [51](https://github.com/laminlabs/lamin-utils/pull/51) | [sunnyosun](https://github.com/sunnyosun) | 2023-08-07 |
Expand Down
2 changes: 1 addition & 1 deletion lamin_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Lamin Utils."""

__version__ = "0.9.8"
__version__ = "0.10.0"

from ._core import colors # noqa
from ._logger import logger
Expand Down

0 comments on commit 4a207ac

Please sign in to comment.