Skip to content

Commit 2559aa0

Browse files
committed
Version 0.4.2 (hotfix) release
2 parents d804efe + 3c686f0 commit 2559aa0

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
This project uses [semantic versioning](https://semver.org/). Note that semver principles for this tool are only reflected on public part of it - `cli`. Code of this project may be changed in any **not backwards compatible** way without `MAJOR` version incrementation.
33

44

5+
## 0.4.2 : 2022.05.27
6+
### Fixed
7+
- The last added features are now stated in [README](./README.md)
8+
9+
510
## 0.4.1 : 2022.05.26
611
### Fixed
712
- Project version meta fixed. This version should be considered as version `0.4.0` stable release.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Hurocon *(**hu**awei **ro**uter **con**trol)* - command line interface tool for
1919
- Connection Status
2020
- Switch Mode
2121
- SMS Control
22+
- Inbox: List, View
2223
- Send
2324

2425
> There are many features planned for future releases, you can view their full list [here](https://github.com/maximilionus/hurocon/projects/1)

hurocon/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '0.4.1'
1+
version = '0.4.2'
22
author = 'maximilionus'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hurocon"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Command line interface tool for interacting with Huawei LTE routers"
55
authors = ["maximilionus <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)