devops plugin: Increment version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 28 Dec 2017 19:55:50 +0000 (12:55 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 28 Dec 2017 19:55:50 +0000 (12:55 -0700)
src/devops/NEWS
src/devops/configure.ac
src/devops/debian/changelog
src/devops/make.scm

index 5ec90389ce228f3c83e22b10e6c4bf5d078942f4..1b40c036f7e2c42405bab5b0688cad588a891c07 100644 (file)
@@ -20,6 +20,14 @@ 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.3 - Matt Birkholz, 2017-12-28
+========================================================
+
+  * New upstream.  New devops:status parameter (plugin name).  Filenames
+    and "warning:" in lint reports.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 28 Dec 2017 00:00:00 -0000
+
 mit-scheme-pucked-devops 0.2 - Matt Birkholz, 2017-11-06
 ========================================================
 
index bd09e89ba859e2233a6b581aab3e59867855f895..cb238d62b5de0122483da54d4b1677bfd33c2bd9 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.2],
+        [0.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-devops])
 AC_CONFIG_SRCDIR([devops.pkg])
index 6142a05f45dc1d0c2d490d384018cbab1aa1e8fc..b5d1281cf994698da51f5c96f98879fb0d538bc9 100644 (file)
@@ -1,3 +1,10 @@
+mit-scheme-pucked-devops (0.3) birchwood; urgency=low
+
+  * New upstream.  New devops:status parameter (plugin name).  Filenames
+    and "warning:" in lint reports.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 28 Dec 2017 00:00:00 -0000
+
 mit-scheme-pucked-devops (0.2) birchwood; urgency=low
 
   * Check plugin version numbers in NEWS and make.scm files.
index 523ebb69ac50e41880db0fec0220ae85da793a93..18e76cc4d7f39323ffc07dd09ef1a9012a55cea7 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 2))
\ No newline at end of file
+(add-subsystem-identification! "DevOps" '(0 3))
\ No newline at end of file