Skip to content

Commit ba1195e

Browse files
committed
Release 0.2.0
1 parent 0f1941e commit ba1195e

File tree

3 files changed

+49
-42
lines changed

3 files changed

+49
-42
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.2.0] - 2020-02-22
9+
810
- Removed OpenSSL from all images.
11+
- Added support for Podman.
12+
- Bumped all images to at least Ubuntu 16.04.
913

1014
## [v0.1.16] - 2019-09-17
1115

Cargo.lock

Lines changed: 44 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["cross", "compilation", "testing", "tool"]
77
license = "MIT OR Apache-2.0"
88
name = "cross"
99
repository = "https://github.com/rust-embedded/cross"
10-
version = "0.2.0-alpha.1"
10+
version = "0.2.0"
1111
edition = "2018"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)