From f0748b14cf7292d7f9c3d5b041c96732a913ebaf Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Wed, 6 Nov 2019 15:24:50 -0800 Subject: [PATCH] 0.2.0 --- CHANGELOG.md | 2 +- Cargo.lock | 6 +++--- selene-lib/Cargo.toml | 2 +- selene/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5897d22b..447c1e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 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 a6197c35..bdda7782 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,7 @@ version = "0.1.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", - "selene-lib 0.1.0", + "selene-lib 0.2.0", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1146,7 +1146,7 @@ dependencies = [ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "selene-lib 0.1.0", + "selene-lib 0.2.0", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1155,7 +1155,7 @@ dependencies = [ [[package]] name = "selene-lib" -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)", diff --git a/selene-lib/Cargo.toml b/selene-lib/Cargo.toml index c412d263..0613ab55 100644 --- a/selene-lib/Cargo.toml +++ b/selene-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selene-lib" -version = "0.1.0" +version = "0.2.0" license = "MPL-2.0" authors = ["Kampfkarren "] edition = "2018" diff --git a/selene/Cargo.toml b/selene/Cargo.toml index 14659c6e..461571d6 100644 --- a/selene/Cargo.toml +++ b/selene/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selene" -version = "0.1.0" +version = "0.2.0" license = "MPL-2.0" authors = ["Kampfkarren "] edition = "2018"