This repository was archived by the owner on Mar 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ 3.1.1
2+ * Fix clone support for older versions of Git (#348)
3+ * Fix support for multiple GPG recipients (#342)
4+ * Find symlinks in bootstrap-in-dir (#340)
5+
163.1.0
27 * Use `git clone` directly during clone (#289, #323)
38 * Fix compatibility bug with Git completions (#318, #321)
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ The star count helps others discover yadm.
7272[ master-badge ] : https://img.shields.io/github/workflow/status/TheLocehiliosan/yadm/Tests/master?label=master
7373[ master-commits ] : https://github.com/TheLocehiliosan/yadm/commits/master
7474[ master-date ] : https://img.shields.io/github/last-commit/TheLocehiliosan/yadm/master.svg?label=master
75- [ obs-badge ] : https://img.shields.io/badge/OBS-v3.1.0 -blue
75+ [ obs-badge ] : https://img.shields.io/badge/OBS-v3.1.1 -blue
7676[ obs-link ] : https://software.opensuse.org//download.html?project=home%3ATheLocehiliosan%3Ayadm&package=yadm
7777[ releases-badge ] : https://img.shields.io/github/tag/TheLocehiliosan/yadm.svg?label=latest+release
7878[ releases-link ] : https://github.com/TheLocehiliosan/yadm/releases
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if [ -z "$BASH_VERSION" ]; then
2121 [ " $YADM_TEST " != 1 ] && exec bash " $0 " " $@ "
2222fi
2323
24- VERSION=3.1.0
24+ VERSION=3.1.1
2525
2626YADM_WORK=" $HOME "
2727YADM_DIR=
Original file line number Diff line number Diff line change 11.\" vim: set spell so=8:
2- .TH yadm 1 "3 April 2021" "3.1.0 "
2+ .TH yadm 1 "23 August 2021" "3.1.1 "
33
44.SH NAME
55
Original file line number Diff line number Diff line change 11%{! ?_pkgdocdir: %global _pkgdocdir %{_docdir }/%{name }-%{version }}
22Name: yadm
33Summary: Yet Another Dotfiles Manager
4- Version: 3.1.0
4+ Version: 3.1.1
55Group: Development/Tools
66Release: 1%{?dist }
77URL: https://yadm.io
You can’t perform that action at this time.
0 commit comments