From 0fb63e3652322be64669666f9c9d2283417166c6 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 28 Aug 2018 16:31:23 +0200 Subject: Bump to v0.1.1 --- CHANGELOG.md | 2 +- META6.json | 3 ++- lib/String/Fold.pm6 | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9a350..b247636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [UNRELEASED] +## [0.1.1] - 2018-08-28 ### Changed - Now using `.words` instead of `.comb`, which improves performance by about 10%. diff --git a/META6.json b/META6.json index 6435e5b..0cde673 100644 --- a/META6.json +++ b/META6.json @@ -1,4 +1,5 @@ { + "api": "0", "authors": [ "Patrick Spek " ], @@ -20,5 +21,5 @@ "tags": [ ], - "version": "0.1.0" + "version": "0.1.1" } \ No newline at end of file diff --git a/lib/String/Fold.pm6 b/lib/String/Fold.pm6 index 9043b94..1469152 100644 --- a/lib/String/Fold.pm6 +++ b/lib/String/Fold.pm6 @@ -72,7 +72,7 @@ sub new-line-length ( =NAME String::Fold =AUTHOR Patrick Spek -=VERSION 0.1.0 +=VERSION 0.1.1 =head1 SYNOPSIS -- cgit v1.1