Version 0.5.1

Fixed issue #21
This commit is contained in:
Pranav Jerry 2021-10-22 13:28:16 +05:30
parent 0d5d3c5cc6
commit a5ba99ca2a
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# Changelog
## [Unreleased][] - 2021-10-22
## [v0.5.1][] - 2021-10-22
- Fixed stopping at boot when GNOME starts location service (#21)
- Changes in directory structure
## [v0.5.0][] - 2021-10-10
@ -46,7 +47,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.0...HEAD
[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.1...HEAD
[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
[v0.3.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.2.0...v0.3.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.5.0a2"
__version__ = "0.5.1"