Verified Commit 199e1b6e authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Feat: Onionprobe 0.3.0

parent 2e61a6e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Onionprobe ChangeLog

## v0.2.3 - Unreleased
## v0.3.0 - 2022-04-19

Main issue: https://gitlab.torproject.org/tpo/onion-services/onionprobe/-/issues/4

+8 −1
Original line number Diff line number Diff line
onionprobe (0.3.0+nmu0) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version.

 -- Silvio Rhatto <rhatto@riseup.net>  Tue, 19 Apr 2022 16:52:11 -0300

onionprobe (0.2.2) unstable; urgency=medium

  New upstream version.
  * New upstream version.

 -- Silvio Rhatto <rhatto@torproject.org>  Mon, 11 Apr 2022 09:09:35 -0300
+1 −1
Original line number Diff line number Diff line
% ONIONPROBE(1) Onionprobe User Manual
% Silvio Rhatto <rhatto@torproject.org>
% Apr 18, 2022
% Apr 19, 2022

# NAME

+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ except ImportError:
# The Onionprobe version string
# Uses Semantic Versioning 2.0.0
# See https://semver.org
onionprobe_version = '0.2.2'
onionprobe_version = '0.3.0'

# The base path for this project
basepath = os.path.join(os.path.dirname(os.path.abspath(__file__)), os.pardir, os.pardir) + os.sep
+1 −1
Original line number Diff line number Diff line
[metadata]
name                          = onionprobe
version                       = 0.2.2
version                       = 0.3.0
url                           = https://gitlab.torproject.org/tpo/onion-services/onionprobe
author                        = Silvio Rhatto
author_email                  = rhatto@torproject.org