Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 10, 2024
1 parent 887230c commit 773e4af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next version
## 0.3.0 - 2024-11-10

### 🚀 New

Expand All @@ -11,6 +11,10 @@
* Move imports inside CLI callback function to improve startup time.
* Use API to create notifications which are also stored in the database.

### ⚙️ Engineering

* Use `uv` for packaging and dependency management.


## 0.2.1 - 2024-10-10

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lvmcryo"
version = "0.2.2a0"
version = "0.3.0"
description = "LVM cryostat tools"
authors = [
{ name = "José Sánchez-Gallego", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 773e4af

Please sign in to comment.