Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 26, 2024
1 parent 514b83b commit 8aecbc7
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 26 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.1.1 - December 26, 2024

### ✨ Improved

* Add `timeout` and `outside.interval` configuration options.
* Add documentation on how the product works and deployment instructions.
* Added a `.dockerignore` file.
* Return the `last_seen` value in the monitoring app as an ISO string.

### 🏷️ Changed

* Flatten the monitor app API routes. Renamed `/email/test` to `/email-test`.

### 🔧 Fix

* Fix the `pip` name used to define `__version__`.


## 0.1.0 - December 25, 2024

### 🚀 New
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 = "lvmbeat"
version = "0.1.1a0"
version = "0.1.1"
description = "LVM heartbeat monitor"
readme = "README.md"
authors = [
Expand Down
50 changes: 25 additions & 25 deletions uv.lock

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

0 comments on commit 8aecbc7

Please sign in to comment.