prepare for version 0.5.0

Now that this version is being released, I have no ambitions left on
this program and I would happily accept a new maintainer to take over
this project (Let's see if anyone ever reads this message)
This commit is contained in:
Pranav Jerry 2021-10-10 20:43:34 +05:30
parent a6f5b07310
commit 5dd90d349e
No known key found for this signature in database
GPG Key ID: F1DCDC4FED0A0C5B
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## [Unreleased][] - 2021-10-08
## [v0.5.0][] - 2021-10-10
- Better error messages
- Sets gateway mode automatically (to choose the best available
@ -42,7 +42,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.4.0...HEAD
[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.0...HEAD
[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
[v0.3.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.2.0...v0.3.0
[v0.2.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.1.0...v0.2.0

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.4.0a6"
__version__ = "0.5.0"