From 5cfa492f5950e9fa3ac382da38d763a4491d6043 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 23 May 2024 02:43:24 -0400 Subject: [PATCH] version bump to v1.0.8 --- CHANGELOG.rdoc | 8 +++----- lib/rexical/version.rb | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 0641360..1057abd 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,9 +1,8 @@ -=== next / unrelesaed +=== 1.0.8 / 2024-05-23 -==== Dependencies - -- Added `getoptlong` as an explicit dependency since Ruby 3.4 removes it from the standard library. +* Dependencies + * Added `getoptlong` as an explicit dependency since Ruby 3.4 removes it from the standard library. === 1.0.7 / 2019-08-06 @@ -41,4 +40,3 @@ * Fixed nested macros so that backslashes will work - diff --git a/lib/rexical/version.rb b/lib/rexical/version.rb index df48777..57e6c84 100644 --- a/lib/rexical/version.rb +++ b/lib/rexical/version.rb @@ -1,5 +1,5 @@ module Rexical - VERSION = "1.0.7" + VERSION = "1.0.8" Copyright = "Copyright (c) 2005-2006 ARIMA Yasuhiro" Mailto = "arima.yasuhiro@nifty.com" end