Skip to content

Commit be9e3d4

Browse files
committed
Version 0.3.1 release
2 parents 07af9a5 + 347ab71 commit be9e3d4

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

+5
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

+4
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

+1-1
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

+1-1
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)