updated CHANGELOG.md

I'm renaming the project to pybatmesh. Added instructions to update via
the command-line on the CHANGELOG
This commit is contained in:
Pranav Jerry 2022-08-03 11:08:41 +05:30
parent 9123224de0
commit 0c6bdea4a8
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
2 changed files with 14 additions and 3 deletions

View File

@ -1,10 +1,20 @@
# Changelog
## [unreleased][] - 2022-08-03
## [v0.5.3][] - 2022-08-03
- Renamed to pybatmesh, to be more clear what the program does
- code cleanup
To update via the repo, do the following:
```sh
git remote set-url origin git@git.disroot.org:pranav/pybatmesh.git
# or
git remote set-url origin https://git.disroot.org/pranav/pybatmesh.git
# remove naxlnet and install pybatmesh
git pull && git checkout 38d0aa8ab5dd60f2febffda335df6df1ea143ab3 && make clean && sudo make purge && git checkout main && make && sudo make install
```
## [v0.5.2][] - 2021-12-10
- Optimised auto gateway mode selection (#25)
@ -56,7 +66,8 @@ used to do. The shell script was not given a version.
- Closed #1 and #3
[unreleased]: https://git.disroot.org/pranav/pybatmesh/compare/v0.5.2...HEAD
[unreleased]: https://git.disroot.org/pranav/pybatmesh/compare/v0.5.3...HEAD
[v0.5.3]: https://git.disroot.org/pranav/pybatmesh/compare/v0.5.2...v0.5.3
[v0.5.2]: https://git.disroot.org/pranav/pybatmesh/compare/v0.5.1...v0.5.2
[v0.5.1]: https://git.disroot.org/pranav/pybatmesh/compare/v0.5.0...v0.5.1
[v0.5.0]: https://git.disroot.org/pranav/pybatmesh/compare/v0.4.0...v0.5.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.2a2"
__version__ = "0.5.3"