mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Update version number and update documentation
* Fix Bash 3 bad array subscript bug (#411)
This commit is contained in:
parent
f59d903769
commit
abf6ea4b61
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
||||
3.2.1
|
||||
* Fix Bash 3 bad array subscript bug (#411)
|
||||
|
||||
3.2.0
|
||||
* Support architecture for alternates/templates (#202, #203, #393)
|
||||
* Support distro_family for alternates/templates (#213)
|
||||
|
@ -72,7 +72,7 @@ The star count helps others discover yadm.
|
||||
[master-badge]: https://img.shields.io/github/workflow/status/TheLocehiliosan/yadm/Tests/master?label=master
|
||||
[master-commits]: https://github.com/TheLocehiliosan/yadm/commits/master
|
||||
[master-date]: https://img.shields.io/github/last-commit/TheLocehiliosan/yadm/master.svg?label=master
|
||||
[obs-badge]: https://img.shields.io/badge/OBS-v3.2.0-blue
|
||||
[obs-badge]: https://img.shields.io/badge/OBS-v3.2.1-blue
|
||||
[obs-link]: https://software.opensuse.org//download.html?project=home%3ATheLocehiliosan%3Ayadm&package=yadm
|
||||
[releases-badge]: https://img.shields.io/github/tag/TheLocehiliosan/yadm.svg?label=latest+release
|
||||
[releases-link]: https://github.com/TheLocehiliosan/yadm/releases
|
||||
|
2
yadm
2
yadm
@ -21,7 +21,7 @@ if [ -z "$BASH_VERSION" ]; then
|
||||
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
|
||||
fi
|
||||
|
||||
VERSION=3.2.0
|
||||
VERSION=3.2.1
|
||||
|
||||
YADM_WORK="$HOME"
|
||||
YADM_DIR=
|
||||
|
2
yadm.1
2
yadm.1
@ -1,5 +1,5 @@
|
||||
.\" vim: set spell so=8:
|
||||
.TH yadm 1 "16 March 2022" "3.2.0"
|
||||
.TH yadm 1 "17 March 2022" "3.2.1"
|
||||
|
||||
.SH NAME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user