]> git.refcnt.org Git - colorize.git/commitdiff
colorize 0.67 master v0.67
authorSteven Schubiger <stsc@refcnt.org>
Wed, 11 Feb 2026 12:14:48 +0000 (13:14 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 11 Feb 2026 12:14:48 +0000 (13:14 +0100)
colorize.1
colorize.c
debian/changelog

index 3aea22f056d5cdc9723cfb020726992efeb3e4b5..7d773a3c27ca7e93d9bdc63ead91cf786a01f59f 100644 (file)
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2024-07-28" "colorize v0.66" "User Commands"
+.TH COLORIZE 1 "2024-07-28" "colorize v0.67" "User Commands"
 .SH NAME
 colorize \- colorize text on terminal with ANSI escape sequences
 .SH SYNOPSIS
index eb8f7c084c257789ec64e5453fb00d66e942cf56..67362006e3f6b0483acb6b441aed63bb97171bfa 100644 (file)
@@ -2,7 +2,7 @@
  * colorize - Read text from standard input stream or file and print
  *            it colorized through use of ANSI escape sequences
  *
- * Copyright (c) 2011-2022 Steven Schubiger
+ * Copyright (c) 2011-2024 Steven Schubiger
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 
 #define PROGRAM_NAME "colorize"
 
-#define VERSION "0.66"
+#define VERSION "0.67"
 
 typedef enum { false, true } bool;
 
index 2b51e4060d25de3f44443d25b622cbe5155ba548..d9670bbe581ba41187f50dfb85d406e01d45b579 100644 (file)
@@ -1,11 +1,12 @@
-colorize (0.66-2) UNRELEASED; urgency=medium
+colorize (0.67-1) unstable; urgency=low
 
+  * New upstream release.
   * Declare compliance with Debian Policy 4.7.3.
   * debian/copyright: amend year.
   * debian/watch: increase version, update link to HTTPS.
   * debian/{control,copyright}: update links to HTTPS, reported by duck(1).
 
- -- Steven Schubiger <stsc@refcnt.org>  Mon, 09 Feb 2026 16:59:55 +0100
+ -- Steven Schubiger <stsc@refcnt.org>  Wed, 11 Feb 2026 13:00:10 +0100
 
 colorize (0.66-1) unstable; urgency=low