From 3355085e1a0e754c753a1af2bea64d35d8689930 Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Sat, 14 Mar 2020 14:33:51 +1100 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d672c70..3eac0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Changelog for Unicode Guards v0.3.0 + +This is the changelog for Unicode Guards v0.3.0 released on March 14th, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_guards/tags) + +## Enhancements + +* Add `is_printable/1` that uses the same semantics as `String.printable?/1` +* Add `is_visible/1` that uses the Unicode set `[[:L:][:N:][:M:][:P:][:S:][:Zs:]]` + # Changelog for Unicode Guards v0.2.0 This is the changelog for Unicode Guards v0.2.0 released on March 11th, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_guards/tags) diff --git a/mix.exs b/mix.exs index c491fc5..66aa2bd 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Unicode.Guards.MixProject do use Mix.Project - @version "0.2.0" + @version "0.3.0" def project do [