Skip to content

Commit

Permalink
README: add changelog and bump version
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
vindarel committed Dec 7, 2023
1 parent 0f1d496 commit 8e21ad1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,10 @@ Note that there is also http://quickdocs.org/string-case/.

## Changelog

* 0.21, November, 2023:
* added the `regex` key argument to `split`, `rsplit`, `split-omit-nulls`.
* August, 2023:
* added the `regex` key argument to the `replace-*` functions.
* March, 2023:
* added `str:ensure`, `str:ensure-prefix`, `str:ensure-suffix`, `str:ensure-wrapped-in` and `str:wrapped-in-p`.
* January, 2023: added the `:char-barg` parameter to `trim`, `trim-left`, `trim-right`.
Expand Down
2 changes: 1 addition & 1 deletion str.asd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:author "vindarel <vindarel@mailz.org>"
:maintainer "vindarel <vindarel@mailz.org>"
:license "MIT"
:version "0.19.1"
:version "0.21"
:homepage "https://github.com/vindarel/cl-str"
:bug-tracker "https://github.com/vindarel/cl-str/issues"
:source-control (:git "git@github.com:vindarel/cl-str.git")
Expand Down

0 comments on commit 8e21ad1

Please sign in to comment.