Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 26, 2024
1 parent 033369c commit 63f964b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## Next version
## 0.2.0 - March 25, 2024

### 🚀 New

* Added `LVMActor` class with actor state and troubleshooting framework.
* Added `LVMActor` class with actor state, restart, and troubleshooting framework.


## 0.1.0 - January 19, 2024
Expand Down
30 changes: 15 additions & 15 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lvmopstools"
version = "0.1.1a0"
version = "0.2.0"
description = "LVM tools and utilities for operations"
authors = ["José Sánchez-Gallego <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 63f964b

Please sign in to comment.