From 940a5b9c79a192f41a40483d738cc8569804ecc6 Mon Sep 17 00:00:00 2001 From: Ties de Kock Date: Sat, 30 Dec 2023 22:52:10 +0100 Subject: [PATCH] prepare v0.3.0 --- CHANGELOG.md | 7 +++++++ README.md | 6 ------ pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec9eab..f5fa73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2023-12-30 (v0.3.0): + + * Fixed a bug where the metrics endpoint would break if the modem forgot + about the session (for example: reboot while a session was active). + * Updated pre-commit hooks + * cli `logs` command prints all log entries (except for logins), not first 10. + ## 2023-12-19 (v0.2.1) * Filter the "login success" messages by default. diff --git a/README.md b/README.md index b9e9c26..d92a2c7 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,6 @@ services: MODEM_PASSWORD: PASSWORD123 ``` -## Changelog - - * 18-10-2023: - * Keep the profile messages if they expire and channel is still present on - modem. - ## Endpoints The client implements some endpoints. Others are: diff --git a/pyproject.toml b/pyproject.toml index 32a69f5..332db0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sagemcom-f3896-client" -version = "0.2.1" +version = "0.3.0" description = "" authors = ["Ties de Kock "] readme = "README.md"