diff options
author | azul <azul@riseup.net> | 2016-10-17 09:09:59 +0000 |
---|---|---|
committer | azul <azul@riseup.net> | 2016-10-17 09:09:59 +0000 |
commit | 4159b6dd0df8e370fe95ca0c173552dd311cac3a (patch) | |
tree | f9f7fc37f18465a635ef957a0d78fa24c3b34e2b /lib | |
parent | 5dae257996c480c3f7b5a220fcaf97812a560466 (diff) | |
parent | 968c6304e01b89cb6e5c62e8f067cf371c12dca4 (diff) |
Merge branch 'release/0.9' into 'master'
Release 0.9
Version 0.9.0
Allow queries by fingerprint (using keyservers to reply) and support key
lookup from other nickservers.
This is a major rewrite both in terms of our dependencies and our
architecture. We moved the server and http_client from eventmachine to
Celluloid based libraries. This allows for a more concise syntax and
proper https handling.
In addition we now support ruby 2.3, use a Logger instead of stdout and handle
network errors properly
See merge request !7
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nickserver/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nickserver/version.rb b/lib/nickserver/version.rb index 15afa73..0598ca8 100644 --- a/lib/nickserver/version.rb +++ b/lib/nickserver/version.rb @@ -1,3 +1,3 @@ module Nickserver - VERSION = "0.3.0" + VERSION = "0.9.0" end |