Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 13, 2022
1 parent 6b046b7 commit e392916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## vNext
## v0.7.0 - 2022-01-13

- Add `is_directory`, `is_file`, `make_directory`, `list_directory`,
`delete_directory`, `recursive_delete` functions to `file` module.
- Add `os` module with `get_all_env`, `get_env`, `set_env`, and `unset_env` functions.
- Add `os` module with `get_all_env`, `get_env`, `set_env`, and `unset_env`
functions.

## v0.6.0 - 2021-12-29

Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "gleam_erlang"

version = "0.6.0"
version = "0.7.0"
licences = ["Apache-2.0"]
description = "A Gleam library for working with Erlang"

Expand Down

0 comments on commit e392916

Please sign in to comment.