Skip to content

Commit e392916

Browse files
committed
v0.7.0
1 parent 6b046b7 commit e392916

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,10 +1,11 @@
11
# Changelog
22

3-
## vNext
3+
## v0.7.0 - 2022-01-13
44

55
- Add `is_directory`, `is_file`, `make_directory`, `list_directory`,
66
`delete_directory`, `recursive_delete` functions to `file` module.
7-
- Add `os` module with `get_all_env`, `get_env`, `set_env`, and `unset_env` functions.
7+
- Add `os` module with `get_all_env`, `get_env`, `set_env`, and `unset_env`
8+
functions.
89

910
## v0.6.0 - 2021-12-29
1011

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.6.0"
3+
version = "0.7.0"
44
licences = ["Apache-2.0"]
55
description = "A Gleam library for working with Erlang"
66

0 commit comments

Comments
 (0)