Skip to content

Commit ef34b0b

Browse files
committed
Bump 1.3.6
* Feature: rcup/rcdn hooks can bail early (Patrick Brisbin) * Documentation improvement (Teo Ljungberg)
1 parent 453e88b commit ef34b0b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

NEWS.md.in

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
rcm (@PACKAGE_VERSION@) unstable; urgency=low
22

3+
* Feature: rcup/rcdn hooks can bail early (Patrick Brisbin)
4+
* Documentation improvement (Teo Ljungberg)
5+
6+
-- Mike Burns <mburns@thoughtbot.com> Fri, 30 Dec 2022 11:43:00 -0500
7+
8+
rcm (1.3.5) unstable; urgency=low
9+
310
* BUGFIX: *:*~ exclude paterns work again (Alexander Goldstein)
411
* BUGFIX: messages for -C being a copy so can't update (Mat M).
512
* BUGFIX: expect at least one existing dotfiles directory (Mat M).
@@ -9,7 +16,7 @@ rcm (@PACKAGE_VERSION@) unstable; urgency=low
916
* Package and maintenance improvements (Alexander Goldstein, Eric Collins,
1017
Mat M, Darcy Parker).
1118

12-
-- Mike Burns <mburns@thoughtbot.com> Fri, 13 Jul 2018 14:12:00 -0500
19+
-- Mike Burns <mburns@thoughtbot.com> Fri, 22 Apr 2022 15:59:43 -0400
1320

1421
rcm (1.3.4) unstable; urgency=low
1522

@@ -18,7 +25,7 @@ rcm (1.3.4) unstable; urgency=low
1825
* BUGFIX: all symlinks in mkrc input are rejected (Mat M).
1926
* Packaging improvements (Stephen Groat, Martin Frost, Link Dupont)
2027

21-
-- Mike Burns <mburns@thoughtbot.com> Fri, 13 Jul 2018 14:12:00 -0500
28+
-- Mike Burns <mburns@thoughtbot.com> Fri, 28 Aug 2022 16:38:25 -0400
2229

2330
rcm (1.3.3) unstable; urgency=low
2431

@@ -37,7 +44,7 @@ rcm (1.3.2) unstable; urgency=low
3744
Matthew Horan, maxice8, Mike Burns, Rebecca Meritz, Scott Stevenson,
3845
Tyson Gach, Yota Toyama).
3946

40-
-- Mike Burns <mburns@thoughtbot.com> Fri, 06 Jul 2018 11:00:00 -0500
47+
-- Mike Burns <mburns@thoughtbot.com> Fri, 06 Jul 2018 11:00:00 -0400
4148

4249
rcm (1.3.1) unstable; urgency=low
4350

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([rcm],[1.3.5],[mburns@thoughtbot.com])
2+
AC_INIT([rcm],[1.3.6],[mburns@thoughtbot.com])
33
AM_INIT_AUTOMAKE([subdir-objects])
44

55
# /bin/sh on Solaris is not POSIX, so try to find another one.

0 commit comments

Comments
 (0)