mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-09 15:02:21 +05:30
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:
parent
9123224de0
commit
0c6bdea4a8
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,10 +1,20 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [unreleased][] - 2022-08-03
|
## [v0.5.3][] - 2022-08-03
|
||||||
|
|
||||||
- Renamed to pybatmesh, to be more clear what the program does
|
- Renamed to pybatmesh, to be more clear what the program does
|
||||||
- code cleanup
|
- 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
|
## [v0.5.2][] - 2021-12-10
|
||||||
|
|
||||||
- Optimised auto gateway mode selection (#25)
|
- 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
|
- 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.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.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
|
[v0.5.0]: https://git.disroot.org/pranav/pybatmesh/compare/v0.4.0...v0.5.0
|
||||||
|
@ -42,4 +42,4 @@ given below.
|
|||||||
#
|
#
|
||||||
# In case you forgot to change the version, skip the number
|
# In case you forgot to change the version, skip the number
|
||||||
# and put the next number in the next commit.
|
# and put the next number in the next commit.
|
||||||
__version__ = "0.5.2a2"
|
__version__ = "0.5.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user