Skip to content

Commit

Permalink
Merge pull request #158 from stepchowfun/v0.13.0
Browse files Browse the repository at this point in the history
Release v0.13.0
  • Loading branch information
stepchowfun authored May 19, 2019
2 parents 34c4717 + 443f305 commit 0a7691b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.13.0] - 2019-05-19

### Added
- Added support for port mapping.

### Changed
- The `--shell` option now applies even when there is a task failure.

## [0.12.0] - 2019-05-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "bake"
version = "0.12.0"
version = "0.13.0"
authors = ["Stephan Boyer <stephan@stephanboyer.com>"]
description = "A containerized build system."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern crate lazy_static;
extern crate log;

// The program version
const VERSION: &str = "0.12.0";
const VERSION: &str = "0.13.0";

// Defaults
const BAKEFILE_DEFAULT_NAME: &str = "bake.yml";
Expand Down

0 comments on commit 0a7691b

Please sign in to comment.