diff --git a/CHANGES b/CHANGES index c5ef9fe..258f548 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2.0.1 + * Fix bug with worktree permissions (#174) + 2.0.0 * Support XDG base directory specification * Redesign alternate processing diff --git a/README.md b/README.md index bed9d39..2d3163a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Features, usage, examples and installation instructions can be found on the [master-badge]: https://img.shields.io/travis/TheLocehiliosan/yadm/master.svg?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-v2.0.0-blue +[obs-badge]: https://img.shields.io/badge/OBS-v2.0.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 7df89cf..c9d8c4d 100755 --- a/yadm +++ b/yadm @@ -20,7 +20,7 @@ if [ -z "$BASH_VERSION" ]; then [ "$YADM_TEST" != 1 ] && exec bash "$0" "$@" fi -VERSION=2.0.0 +VERSION=2.0.1 YADM_WORK="$HOME" YADM_DIR= diff --git a/yadm.1 b/yadm.1 index 9915e3a..07616d5 100644 --- a/yadm.1 +++ b/yadm.1 @@ -1,5 +1,5 @@ ." vim: set spell so=8: -.TH yadm 1 "8 November 2019" "2.0.0" +.TH yadm 1 "12 November 2019" "2.0.1" .SH NAME diff --git a/yadm.spec b/yadm.spec index 6f25ba2..2aff646 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: 2.0.0 +Version: 2.0.1 Group: Development/Tools Release: 1%{?dist} URL: https://yadm.io