Skip to content

Commit

Permalink
Merge #378
Browse files Browse the repository at this point in the history
378: Release 0.2.0 r=reitermarkus a=reitermarkus

Closes #359.

Co-authored-by: Markus Reiter <me@reitermark.us>
  • Loading branch information
bors[bot] and reitermarkus committed Feb 22, 2020
2 parents 0f1941e + ba1195e commit 84fc0f8
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 42 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.2.0] - 2020-02-22

- Removed OpenSSL from all images.
- Added support for Podman.
- Bumped all images to at least Ubuntu 16.04.

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

Expand Down
85 changes: 44 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["cross", "compilation", "testing", "tool"]
license = "MIT OR Apache-2.0"
name = "cross"
repository = "https://github.com/rust-embedded/cross"
version = "0.2.0-alpha.1"
version = "0.2.0"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 84fc0f8

Please sign in to comment.