Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
Update version number and update documentation

* Use relative symlinks for alternates (yadm-dev#100, yadm-dev#177)
* Support double-star globs in .config/yadm/encrypt (yadm-dev#109)
* Improve bash completion (yadm-dev#136)
* Update docs about using magit (yadm-dev#123)
* Note exception for WSL (yadm-dev#113)
  • Loading branch information
TheLocehiliosan committed Nov 27, 2019
1 parent ecbffdb commit 75c19c9
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 96 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.1.0
* Use relative symlinks for alternates (#100, #177)
* Support double-star globs in .config/yadm/encrypt (#109)
* Improve bash completion (#136)
* Update docs about using magit (#123)
* Note exception for WSL (#113)

2.0.1
* Fix bug with worktree permissions (#174)

Expand Down
5 changes: 4 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@ CONTRIBUTORS

Tim Byrne
Espen Henriksen
Cameron Eagans
Ross Smith II
Cameron Eagans
David Mandelberg
Klas Mellbourn
Jan Schulz
Satoshi Ohki
Sheng Yang
Siôn Le Roux
Sébastien Gross
Thomas Luzat
Tomas Cernaj
Uroš Golja
Brayden Banks
japm48
Daniel Gray
Daniel Wagenknecht
Franciszek Madej
Mateusz Piotrowski
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-blue
[obs-badge]: https://img.shields.io/badge/OBS-v2.1.0-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
Expand Down
2 changes: 1 addition & 1 deletion yadm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -z "$BASH_VERSION" ]; then
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
fi

VERSION=2.0.1
VERSION=2.1.0

YADM_WORK="$HOME"
YADM_DIR=
Expand Down
2 changes: 1 addition & 1 deletion yadm.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
." vim: set spell so=8:
.TH yadm 1 "12 November 2019" "2.0.1"
.TH yadm 1 "27 November 2019" "2.1.0"

.SH NAME

Expand Down
196 changes: 105 additions & 91 deletions yadm.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion yadm.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
Name: yadm
Summary: Yet Another Dotfiles Manager
Version: 2.0.1
Version: 2.1.0
Group: Development/Tools
Release: 1%{?dist}
URL: https://yadm.io
Expand Down

0 comments on commit 75c19c9

Please sign in to comment.