Skip to content

Commit 3c03b7a

Browse files
committed
v0.2.0
1 parent 3390baf commit 3c03b7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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+
## v0.2.0 - 2019-06-25
44

55
- Modules can now live within namespaces such as `my_app/user/profile`.
66
- The name of the variable created can be specified when importing a module

gleam/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gleam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gleam"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Louis Pilfold <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)