Skip to content

Commit 347ab71

Browse files
committed
Stated 0.3.0 changes in README, patch ver ++
1 parent 07af9a5 commit 347ab71

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-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.3.1 : 2022.05.09
6+
### Fixed
7+
- Stated new features from `0.3.0` release in project `README`
8+
9+
510
## 0.3.0 : 2022.05.09
611
### Added
712
- New `device info` command to get device information

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ Hurocon *(**hu**awei **ro**uter **con**trol)* - command line interface tool for
1313

1414
## Features
1515
- Device Control
16+
- Information
1617
- Reboot
18+
- Cellular
19+
- Connection Status
20+
- Switch Mode
1721
- SMS Control
1822
- Send
1923

hurocon/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '0.3.0'
1+
version = '0.3.1'
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.3.0"
3+
version = "0.3.1"
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)