summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <wouter@bolsterl.ee>2016-08-01 22:26:22 +0200
committerWouter Bolsterlee <wouter@bolsterl.ee>2016-08-01 22:27:35 +0200
commit6034694dffc8c2bb80699ec26f5a3fe403e1954c (patch)
tree12d6f018139d32e3e7bf6c76995962d92142e3b4
parent04eae0b3c4fb81bedef11338e15a2ddb0d3c4888 (diff)
downloadhappybase-6034694dffc8c2bb80699ec26f5a3fe403e1954c.tar.gz
Update NEWS for upcoming release
-rw-r--r--NEWS.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 99ddf07..aba0cbb 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -4,6 +4,28 @@ Version history
.. py:currentmodule:: happybase
+HappyBase 1.0.0
+---------------
+
+* First 1.x.y release!
+
+ From now on this library uses a semantic versioning scheme.
+ HappyBase is a mature library, but always used 0.x version numbers
+ for no good reason. This has now changed.
+
+* Finally, Python 3 support. Thanks to all the people who contributed!
+ (`issue #40 <https://github.com/wbolster/happybase/issues/40>`_,
+ `pr 116 <https://github.com/wbolster/happybase/pull/116>`_,
+ `pr 108 <https://github.com/wbolster/happybase/pull/108>`_,
+ `pr 111 <https://github.com/wbolster/happybase/pull/111>`_)
+
+* Switch to thriftpy as the underlying Thrift library, which is a much
+ nicer and better maintained library.
+
+* Enable building universal wheels
+ (`issue 78 <https://github.com/wbolster/happybase/pull/78>`_)
+
+
HappyBase 0.9
-------------