Skip to content

Commit

Permalink
Merge #262
Browse files Browse the repository at this point in the history
262: version bump for 0.3.17 release r=jethrogb a=RalfJung

Right now Miri is broken on macOS and Windows because an updated compiler_builtins has problems, and we don't use the lockfile that would make us use the old version.

So, it's time to release a xargo with #255.

Co-authored-by: Ralf Jung <[email protected]>
  • Loading branch information
bors[bot] and RalfJung authored Nov 8, 2019
2 parents 21e4808 + 013b089 commit be5f7e5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,26 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [v0.3.17] - 2019-11-??

### Added

- Xargo now honors the `Cargo.lock` file shipped in the `rust-src` component, to
make builds reproducible even when new versions of libraries are released on
`crates.io`.
- Xargo now searches for the `Xargo.toml` file in parent directories as well,
not just in the current directory (thanks to @Nils-TUD and @Thog).

### Fixed

- The `--message-format` was only forwarded to the project build, not the
sysroot build (thanks to @roblabla).

## [v0.3.16] - 2019-08-26

### Fixed

- Xargo now works again with recent nightlies.

## [v0.3.15] - 2019-08-08

Expand All @@ -12,6 +31,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- The cargo binary used by Xargo can be overwritten using the `CARGO` environment variable.
(The same was already possible for rustc before, using `RUSTC`.)

### Fixed

- Xargo now works again with recent nightlies.

## [v0.3.14] - 2019-05-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std"]
license = "MIT OR Apache-2.0"
name = "xargo"
repository = "https://github.com/japaric/xargo"
version = "0.3.16"
version = "0.3.17"

[dependencies]
error-chain = "0.7.2"
Expand Down

0 comments on commit be5f7e5

Please sign in to comment.