Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit a5b1067

Browse files
Update version number and update documentation
* Fix parsing by sh (yadm-dev#299)
1 parent b32025b commit a5b1067

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.0.2
2+
* Fix parsing by sh (#299)
3+
14
3.0.1
25
* Improve handling of submodules at upgrade (#284, #285, #293)
36
* Improve Zsh completions (#292, #298)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0.1-blue
75+
[obs-badge]: https://img.shields.io/badge/OBS-v3.0.2-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

yadm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -z "$BASH_VERSION" ]; then
2020
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
2121
fi
2222

23-
VERSION=3.0.1
23+
VERSION=3.0.2
2424

2525
YADM_WORK="$HOME"
2626
YADM_DIR=

yadm.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" vim: set spell so=8:
2-
.TH yadm 1 "7 January 2021" "3.0.1"
2+
.TH yadm 1 "7 January 2021" "3.0.2"
33

44
.SH NAME
55

yadm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
22
Name: yadm
33
Summary: Yet Another Dotfiles Manager
4-
Version: 3.0.1
4+
Version: 3.0.2
55
Group: Development/Tools
66
Release: 1%{?dist}
77
URL: https://yadm.io

0 commit comments

Comments
 (0)