mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Update version number and update documentation
* Fix clone support for older versions of Git (#348) * Fix support for multiple GPG recipients (#342) * Find symlinks in bootstrap-in-dir (#340)
This commit is contained in:
parent
db78669479
commit
f8abcd756b
5
CHANGES
5
CHANGES
@ -1,3 +1,8 @@
|
||||
3.1.1
|
||||
* Fix clone support for older versions of Git (#348)
|
||||
* Fix support for multiple GPG recipients (#342)
|
||||
* Find symlinks in bootstrap-in-dir (#340)
|
||||
|
||||
3.1.0
|
||||
* Use `git clone` directly during clone (#289, #323)
|
||||
* Fix compatibility bug with Git completions (#318, #321)
|
||||
|
@ -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.1.0-blue
|
||||
[obs-badge]: https://img.shields.io/badge/OBS-v3.1.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.1.0
|
||||
VERSION=3.1.1
|
||||
|
||||
YADM_WORK="$HOME"
|
||||
YADM_DIR=
|
||||
|
2
yadm.1
2
yadm.1
@ -1,5 +1,5 @@
|
||||
.\" vim: set spell so=8:
|
||||
.TH yadm 1 "3 April 2021" "3.1.0"
|
||||
.TH yadm 1 "23 August 2021" "3.1.1"
|
||||
|
||||
.SH NAME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user