Skip to content

Commit 181062b

Browse files
committed
v0.10.0
1 parent 869aff1 commit 181062b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.10.0 - 2020-06-30
44

55
- `bit_string` module created with `from_string`, `byte_size`, `append`,
66
`part`, `to_string`, `is_utf8`, `int_to_u32` and `int_from_u32` functions.

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.9.0"},
3+
{vsn,"0.10.0"},
44
{registered,[]},
55
{applications,[kernel,stdlib]},
66
{env,[]},

0 commit comments

Comments
 (0)