Skip to content

Commit 9dcd10a

Browse files
committed
v0.6.0
1 parent b8d994b commit 9dcd10a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## v0.6.0 - 2021-12-29
44

5-
- Add `file` module featuring `read`, `read_bits`, `write`, `write_bits`, and `delete` functions.
5+
- Add `file` module featuring `read`, `read_bits`, `write`, `write_bits`, and
6+
`delete` functions.
67

78
## v0.5.0 - 2021-12-04
89

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "gleam_erlang"
22

3-
version = "0.5.0"
3+
version = "0.6.0"
44
licences = ["Apache-2.0"]
55
description = "A Gleam library for working with Erlang"
66

0 commit comments

Comments
 (0)