From 3c03b7a855187d8bba3c1ee61d286318ad6b22af Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 25 Jun 2019 22:56:34 +0100 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 2 +- gleam/Cargo.lock | 2 +- gleam/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 362890be3d7..4a588fb17ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.2.0 - 2019-06-25 - Modules can now live within namespaces such as `my_app/user/profile`. - The name of the variable created can be specified when importing a module diff --git a/gleam/Cargo.lock b/gleam/Cargo.lock index 27ece3f4c3f..eeec089382c 100644 --- a/gleam/Cargo.lock +++ b/gleam/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "gleam" -version = "0.1.1" +version = "0.2.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "codespan 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/gleam/Cargo.toml b/gleam/Cargo.toml index caeb08ea494..9e698819326 100644 --- a/gleam/Cargo.toml +++ b/gleam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gleam" -version = "0.1.1" +version = "0.2.0" authors = ["Louis Pilfold "] edition = "2018"