diff --git a/CHANGES b/CHANGES index cfb589d..240b1ee 100644 --- a/CHANGES +++ b/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) diff --git a/README.md b/README.md index e121073..410d270 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Latest Version][releases-badge]][releases-link] [![Homebrew Version][homebrew-badge]][homebrew-link] [![OBS Version][obs-badge]][obs-link] -[![Arch Version][aur-badge]][aur-link] +[![Arch Version][arch-badge]][arch-link] [![License][license-badge]][license-link]
[![Master Update][master-date]][master-commits] [![Develop Update][develop-date]][develop-commits] @@ -56,8 +56,8 @@ The star count helps others discover yadm. [Git]: https://git-scm.com/ [GnuPG]: https://gnupg.org/ [OpenSSL]: https://www.openssl.org/ -[aur-badge]: https://img.shields.io/aur/version/yadm.svg -[aur-link]: https://aur.archlinux.org/packages/yadm +[arch-badge]: https://img.shields.io/archlinux/v/community/any/yadm +[arch-link]: https://archlinux.org/packages/community/any/yadm/ [dev-pages-badge]: https://img.shields.io/github/workflow/status/TheLocehiliosan/yadm/Test%20Site/dev-pages?label=dev-pages [develop-badge]: https://img.shields.io/github/workflow/status/TheLocehiliosan/yadm/Tests/develop?label=develop [develop-commits]: https://github.com/TheLocehiliosan/yadm/commits/develop @@ -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 diff --git a/yadm b/yadm index d61215d..832d6c9 100755 --- a/yadm +++ b/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= diff --git a/yadm.1 b/yadm.1 index a49197f..501f9ce 100644 --- a/yadm.1 +++ b/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 diff --git a/yadm.md b/yadm.md index d7140e4..6b2257a 100644 --- a/yadm.md +++ b/yadm.md @@ -450,7 +450,7 @@ $HOME/path/example.txt -> $HOME/path/example.txt##os.Darwin,host- name.host2 - However, on another Mackbook named "host3", yadm will create a symbolic + However, on another Macbook named "host3", yadm will create a symbolic link which looks like this: $HOME/path/example.txt -> $HOME/path/example.txt##os.Darwin diff --git a/yadm.spec b/yadm.spec index 5b3241b..3df88b6 100644 --- a/yadm.spec +++ b/yadm.spec @@ -1,7 +1,7 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: yadm Summary: Yet Another Dotfiles Manager -Version: 3.1.0 +Version: 3.1.1 Group: Development/Tools Release: 1%{?dist} URL: https://yadm.io