Skip to content

Commit b5605ce

Browse files
committed
Added changelog and updated README
1 parent 97a7103 commit b5605ce

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
## Version 0.1.0 (2018-08-17)
3+
Initial release:
4+
- Parses content from tibia.com
5+
- Character pages
6+
- Guild pages
7+
- Guild list pages
8+
- Parses content into JSON format strings.
9+
- Parses content into Python objects.

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
include requirements.txt
2-
include README.md
2+
include README.md
3+
include CHANGELOG.md
4+
include LICENSE

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ An API to parse Tibia.com content into object oriented data.
44
No fetching is done by this module, you must provide the html content.
55

66
![Travis (.org)](https://img.shields.io/travis/Galarzaa90/tibia.py.svg)
7-
[![GitHub (pre-)release](https://img.shields.io/github/release/Galarzaa90/tibia.py/all.svg)](https://github.com/Galarzaa90/tibiawiki-sql/releases)
7+
[![coverage report](https://gitlab.com/Galarzaa90/tibia.py/badges/master/coverage.svg)](https://galarzaa90.gitlab.io/tibia.py/coverage/)
88
[![PyPI](https://img.shields.io/pypi/v/tibia.py.svg)](https://pypi.python.org/pypi/tibia.py/)
99
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tibia.py.svg)
1010
![PyPI - License](https://img.shields.io/pypi/l/tibia.py.svg)
1111

12-
## Under development
13-
This API is still under early development, meaning breaking changes might be introduced at any time without notice.
14-
Once the first release has been done, [semantic versioning](https://semver.org/) guidelines will be followed.
15-
1612
## Installing
1713
Install and update using pip
1814

0 commit comments

Comments
 (0)