Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Dec 23, 2017
1 parent 0e201d8 commit c349b22
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jorge Aparicio <[email protected]>"]
build = "build.rs"
name = "trust"
version = "0.1.1"
version = "0.1.2"

[build-dependencies]
cc = { git = "https://github.com/alexcrichton/cc-rs" }
Expand Down

0 comments on commit c349b22

Please sign in to comment.