Skip to content

Commit

Permalink
change date for today's release
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Apr 6, 2020
1 parent a7486df commit 84075ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v2.1.1] - 2020-04-05
## [v2.1.1] - 2020-04-06
- add test for required failure for trying to trim a non-string
- update for travis.com testing

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# Text::Utils

This module provides some miscellaneous text processing routines not
provided by core Raku. (Note it replaces the now-deprecated `Text::More` module.)
provided by core Raku. (Note it replaces the now-deprecated
`Text::More` module.)

Note this is version `2.1.0` which introduces a new API 2 for
the `strip-comment` routine. See the examples below for its use.
The old signature is still usable, but it is deprecated
and will be removed in version `3.0.0`.
Note this introduces a new API 2 for the `strip-comment` routine. See
the examples below for its use. The old signature is still usable,
but it is deprecated and will be removed in version `3.0.0`.

## Synopsis

Expand Down

0 comments on commit 84075ad

Please # to comment.