Skip to content

Commit 3355085

Browse files
committed
Bump version and update changelog
1 parent 22f64e6 commit 3355085

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Changelog for Unicode Guards v0.3.0
2+
3+
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)
4+
5+
## Enhancements
6+
7+
* Add `is_printable/1` that uses the same semantics as `String.printable?/1`
8+
* Add `is_visible/1` that uses the Unicode set `[[:L:][:N:][:M:][:P:][:S:][:Zs:]]`
9+
110
# Changelog for Unicode Guards v0.2.0
211

312
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)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Unicode.Guards.MixProject do
22
use Mix.Project
33

4-
@version "0.2.0"
4+
@version "0.3.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)