[tor-commits] [sbws/master] Release 0.8.0

juga at torproject.org juga at torproject.org
Thu Oct 11 15:21:29 UTC 2018


commit 38fd4f9849ad5b8c945eb9f4f691176bdf8d2419
Author: juga0 <juga at riseup.net>
Date:   Mon Oct 8 09:51:28 2018 +0000

    Release 0.8.0
---
 CHANGELOG.md     | 9 +++++++++
 sbws/__init__.py | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55d6547..464f7ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ## [Unreleased]
 
+## [0.8.0] - 2018-10-08
+
+**Important changes**:
+
+- Implement Torflow scaling/aggregation to be able to substitute Torflow with
+  sbws without affecting the bandwidth files results.
+- Change stem dependency to 1.7.0, which removes the need for `dependency_links``
+- Update and cleanup documentation
+
 ### Added
 
 - Add system physical requirements section to INSTALL (#26937)
diff --git a/sbws/__init__.py b/sbws/__init__.py
index fee9d85..32a90a3 100644
--- a/sbws/__init__.py
+++ b/sbws/__init__.py
@@ -1 +1 @@
-__version__ = '0.7.1-dev'
+__version__ = '0.8.0'





More information about the tor-commits mailing list