new version -- 0.5.2

This commit is contained in:
Pranav Jerry 2021-12-10 20:16:34 +05:30
parent 05b91e7721
commit fad2591b9f
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## [Unreleased][] - 2021-12-01
## [v0.5.2][] - 2021-12-10
- Optimised auto gateway mode selection (#25)
@ -51,7 +51,8 @@ used to do. The shell script was not given a version.
- Closed #1 and #3
[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.1...HEAD
[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.2...HEAD
[v0.5.2]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.1...v0.5.2
[v0.5.1]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.0...v0.5.1
[v0.5.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.4.0...v0.5.0
[v0.4.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.3.0...v0.4.0

View File

@ -7,6 +7,8 @@ Everyone can [hack][] naxalnet. See below for how to hack.
Join the XMPP channel <xmpp:naxalnet@chat.disroot.org> to talk about
anything related to this program or about mesh networks in general.
<!-- And send your hate to /dev/null -->
## Reporting issues and suggesting ideas
To report a bug or suggest an idea, create a new issue at

View File

@ -42,4 +42,4 @@ given below.
#
# In case you forgot to change the version, skip the number
# and put the next number in the next commit.
__version__ = "0.5.1a1"
__version__ = "0.5.2"