Skip to content

Commit e5f5cd3

Browse files
bors[bot]RalfJung
andcommitted
Merge #249
249: changelog for 0.3.14 and 0.3.15 r=jethrogb a=RalfJung Co-authored-by: Ralf Jung <post@ralfj.de>
2 parents 8d1cd7c + 1e2a735 commit e5f5cd3

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.3.15] - 2019-08-08
9+
10+
### Added
11+
12+
- The cargo binary used by Xargo can be overwritten using the `CARGO` environment variable.
13+
(The same was already possible for rustc before, using `RUSTC`.)
14+
15+
## [v0.3.14] - 2019-05-09
16+
17+
### Fixed
18+
19+
- Xargo now works again with recent nightlies.
20+
- Fixed Xargo for targets that do not have a `bin` directory in their rustlib folder.
21+
22+
### Added
23+
24+
- Allow specifying `[patch]` section in `Xargo.toml`.
25+
826
## [v0.3.13] - 2018-12-18
927

1028
### Fixed
@@ -334,7 +352,9 @@ stage = 1
334352

335353
- Initial release
336354

337-
[Unreleased]: https://github.com/japaric/xargo/compare/v0.3.13...HEAD
355+
[Unreleased]: https://github.com/japaric/xargo/compare/v0.3.15...HEAD
356+
[v0.3.15]: https://github.com/japaric/xargo/compare/v0.3.14...v0.3.15
357+
[v0.3.14]: https://github.com/japaric/xargo/compare/v0.3.13...v0.3.14
338358
[v0.3.13]: https://github.com/japaric/xargo/compare/v0.3.12...v0.3.13
339359
[v0.3.12]: https://github.com/japaric/xargo/compare/v0.3.11...v0.3.12
340360
[v0.3.11]: https://github.com/japaric/xargo/compare/v0.3.10...v0.3.11

0 commit comments

Comments
 (0)