devops: release 0.5 mit-scheme-pucked-devops-0.5
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 19 Feb 2018 02:11:15 +0000 (19:11 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 19 Feb 2018 02:11:15 +0000 (19:11 -0700)
src/devops/NEWS
src/devops/configure.ac
src/devops/debian/changelog
src/devops/make.scm

index 2921f5749351ce5ffe6852a86520cd0184c95829..e5c19a1bdf73c4c1a0a86ef2a15d80db093e12bc 100644 (file)
@@ -20,6 +20,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-devops 0.5 - Matt Birkholz, 2018-02-18
+========================================================
+
+Support debugging builds with a devops:make procedure.
+
 mit-scheme-pucked-devops 0.4 - Matt Birkholz, 2018-01-02
 ========================================================
 
index a570cf3e35d82b78fea339ea5e102cd97720ec81..f8ea05016457d15bef6825378c90cbaea2d49226 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked Developer Operations plugin],
-        [0.4],
+        [0.5],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-devops])
 AC_CONFIG_SRCDIR([devops.pkg])
index 56495d23e93511427b3e4623913c47300413a00a..8e220b135251449762e80127c3c2344725c94a1e 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-devops (0.5) birchwood; urgency=low
+
+  * Support debugging builds with a devops:make procedure.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun, 18 Jan 2018 00:00:00 -0000
+
 mit-scheme-pucked-devops (0.4) birchwood; urgency=low
 
   * New git-tag-create-options, for configuring optional tag signing.
index 292950b01ac3195b1025b0e96e1ef1256559fec9..32285f6f757ffc6b91e162ab14bab5f9c15eb00b 100644 (file)
@@ -5,4 +5,4 @@ Load the Developer Operations plugin. |#
 (with-loader-base-uri (system-library-uri "devops/")
   (lambda ()
     (load-package-set "devops")))
-(add-subsystem-identification! "DevOps" '(0 4))
\ No newline at end of file
+(add-subsystem-identification! "DevOps" '(0 5))
\ No newline at end of file