From c349b22a4484ae7c2456f8404a37190d07af0e30 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 23 Dec 2017 19:17:20 +0100 Subject: [PATCH] v0.1.2 --- .travis.yml | 4 ++-- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd33c7b..b8c7d9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ -# Based on the "trust" template v0.1.1 -# https://github.com/japaric/trust/tree/v0.1.1 +# Based on the "trust" template v0.1.2 +# https://github.com/japaric/trust/tree/v0.1.2 dist: trusty language: rust diff --git a/CHANGELOG.md b/CHANGELOG.md index f88e41f..5949688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.2] - 2017-12-23 + +### Added + +- More test / deploy targets + +### Changed + +- Ensure rustup is always up to date +- Always use the latest stable release of Cross +- Don't install rustup twice (the Travis Rust now installs it by default) +- The x86_64-unknown-linux-gnu target is now part of the target matrix + ## [v0.1.1] - 2017-01-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index 4ebecc4..683f2cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Jorge Aparicio "] build = "build.rs" name = "trust" -version = "0.1.1" +version = "0.1.2" [build-dependencies] cc = { git = "https://github.com/alexcrichton/cc-rs" }