Skip to content

Commit

Permalink
v0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Dec 18, 2018
1 parent 5fa847a commit 590bdd2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.3.13] - 2018-12-18

### Fixed

- Xargo now works again with recent nightlies.

### Added

- When the `XARGO_KEEP_TEMP` env variable is set Xargo will keep the temporary
directory used to build the sysroot. This is useful for debugging problems in
Xargo.

## [v0.3.12] - 2018-04-08

### Changed
Expand Down Expand Up @@ -322,7 +334,8 @@ stage = 1

- Initial release

[Unreleased]: https://github.com/japaric/xargo/compare/v0.3.12...HEAD
[Unreleased]: https://github.com/japaric/xargo/compare/v0.3.13...HEAD
[v0.3.13]: https://github.com/japaric/xargo/compare/v0.3.12...v0.3.13
[v0.3.12]: https://github.com/japaric/xargo/compare/v0.3.11...v0.3.12
[v0.3.11]: https://github.com/japaric/xargo/compare/v0.3.10...v0.3.11
[v0.3.10]: https://github.com/japaric/xargo/compare/v0.3.9...v0.3.10
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.12"
version = "0.3.13"

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

0 comments on commit 590bdd2

Please sign in to comment.