Skip to content

Commit

Permalink
[.] Prepare for release 0.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Sep 29, 2021
1 parent d932c3f commit e8457ea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
8 changes: 5 additions & 3 deletions CHANGES
@@ -1,15 +1,17 @@
------------------------------------------------------------------------

CHANGE NOTES FOR 0.1.9 (RELEASED: -)
CHANGE NOTES FOR 0.1.9 (RELEASED: Sep 29, 2021)

------------------------------------------------------------------------

CORRECTED MAJOR BUGS:
GENERAL CHANGES:

- Support bytes body type for `Reply By` (HttpCtrl.Server).
https://github.com/annoviko/robotframework-httpctrl/issues/17

- Response body was used as a response reason (HttpCtrl.Server).
CORRECTED MAJOR BUGS:

- Fixed bug where response server body was used as a response reason (HttpCtrl.Server).
https://github.com/annoviko/robotframework-httpctrl/issues/19


Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -6,7 +6,7 @@ HttpCtrl library for Robot Framework
**RobotFramework-HttpCtrl** is a library for Robot Framework that provides HTTP/HTTPS client and HTTP server (IPv4 and IPv6) services
to make REST API testing easy.

**Version**: 0.1.x
**Version**: 0.1.9

**Author**: Andrei Novikov

Expand Down
6 changes: 3 additions & 3 deletions ci/github-ci.sh
Expand Up @@ -34,6 +34,6 @@ fi
# generate documentation
echo "Generate documentation for HttpCtrl."
cd ../src || exit $EXIT_CODE_INCORRECT_PATH
python3 -m robot.libdoc -v 0.1.8 -F reST HttpCtrl.Client client.html
python3 -m robot.libdoc -v 0.1.8 -F reST HttpCtrl.Server server.html
python3 -m robot.libdoc -v 0.1.8 -F reST HttpCtrl.Json json.html
python3 -m robot.libdoc -v 0.1.9 -F reST HttpCtrl.Client client.html
python3 -m robot.libdoc -v 0.1.9 -F reST HttpCtrl.Server server.html
python3 -m robot.libdoc -v 0.1.9 -F reST HttpCtrl.Json json.html
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -24,7 +24,6 @@
import os

from setuptools import setup
from setuptools import find_packages


def load_readme():
Expand Down

0 comments on commit e8457ea

Please sign in to comment.