Skip to content

Commit 285d9a7

Browse files
committed
v0.10.1
1 parent be064d0 commit 285d9a7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3+
## v0.10.1 - 2020-07-01
4+
35
- Fix `dynamic.string` to check that binary contains only utf8 characters.
46

5-
## 0.10.0 - 2020-06-30
7+
## v0.10.0 - 2020-06-30
68

79
- `bit_string` module created with `from_string`, `byte_size`, `append`,
810
`part`, `to_string`, `is_utf8`, `int_to_u32` and `int_from_u32` functions.
@@ -30,7 +32,7 @@
3032
- `base` module created with `encode64`, `decode64`, `url_encode64` and
3133
`url_decode64`.
3234

33-
## 0.9.0 - 2020-05-26
35+
## v0.9.0 - 2020-05-26
3436

3537
- Created the `iterator` module with the `unfold`, `repeatedly`, `repeat`,
3638
`from_list`, `fold`, `run`, `to_list`, `take`, `drop`, `map`, `filter`,

src/gleam_stdlib.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application,gleam_stdlib,
22
[{description,"A standard library for the Gleam programming language"},
3-
{vsn,"0.10.0"},
3+
{vsn,"0.10.1"},
44
{registered,[]},
55
{applications,[kernel,stdlib]},
66
{env,[]},

0 commit comments

Comments
 (0)