Skip to content

Commit

Permalink
prepare v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ties committed Dec 30, 2023
1 parent fcb6948 commit 940a5b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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 = "sagemcom-f3896-client"
version = "0.2.1"
version = "0.3.0"
description = ""
authors = ["Ties de Kock <ties@tiesdekock.nl>"]
readme = "README.md"
Expand Down

0 comments on commit 940a5b9

Please sign in to comment.