Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 8d4d791

Browse files
committed
Bump to v0.3.0
1 parent 4a80368 commit 8d4d791

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# geomdl-cli Changelog
22

3+
## 0.3.0 released on 2018-11-10
4+
5+
* Major refactoring to the command base and the helpers
6+
* File reading and template processing updates
7+
* Added support for libconfig and JSON files
8+
* Documentation updates
9+
310
## 0.2.1 released on 2018-11-05
411

512
* Improved `help` command output and added support for displaying user-defined command help messages

geomdl/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"""
2525

2626
__author__ = "Onur Rauf Bingol"
27-
__version__ = "0.2.1"
27+
__version__ = "0.3.0"
2828
__license__ = "MIT"
2929

3030
# Name of the command line script

0 commit comments

Comments
 (0)