Commit a2aeac96 authored by Donncha O'Cearbhaill's avatar Donncha O'Cearbhaill
Browse files

Bump version to 0.1.6 and update CHANGELOG

parent 6003915d
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
0.1.6
-----

- Remove unicode tags from the yaml files generated by onionbalance-config.
- Fix bug resulting in invalid instance onion addresses when attempting to
  remove the ".onion" TLD. #44

0.1.5
-----

- Log error when OnionBalance does not have permission to read a private key. #34
- Fix bug loading descriptors when an address with .onion extension is listed
  in the configuration file. #37
- Add support for connecting to the Tor control port over a unix domain socket.
- Add support for connecting to the Tor control port over a unix domain socket. #3

0.1.4
-----
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ import sphinx.environment
from docutils.utils import get_source_line

# Documentation configuration
__version__ = '0.1.5'
__version__ = '0.1.6'
__author__ = "Donncha O'Cearbhaill"
__contact__ = "donncha@donncha.is"

+1 −1
Original line number Diff line number Diff line
# -*- coding: utf-8 -*-

__version__ = "0.1.5"
__version__ = "0.1.6"
__author__ = "Donncha O'Cearbhaill"
__contact__ = "donncha@donncha.is"
__url__ = "https://github.com/DonnchaC/onionbalance"