From 905c93f6aa21540e50b68997a1a5e0b630b4bb08 Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Wed, 6 Nov 2019 15:25:43 -0800 Subject: [PATCH] Add back Unreleased, fix Cargo.lock --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 447c1e8c..7c07098f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + ## [0.2.0] - 2019-11-06 ### Added - Added standard library chaining. This means you can combine two standard libraries by setting `std` in selene.toml to `std1+std2`. You can chain as many as you want. diff --git a/Cargo.lock b/Cargo.lock index bdda7782..5fbb8446 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1138,7 +1138,7 @@ dependencies = [ [[package]] name = "selene" -version = "0.1.0" +version = "0.2.0" dependencies = [ "codespan 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "codespan-reporting 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",