Skip to content

Commit

Permalink
Merge pull request #219 from stepchowfun/mount-paths
Browse files Browse the repository at this point in the history
Introduce `mount_paths`
  • Loading branch information
stepchowfun authored May 27, 2019
2 parents c6ac0ea + 8848818 commit ef05e5d
Show file tree
Hide file tree
Showing 11 changed files with 281 additions and 346 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.21.0] - 2019-05-26

### Added
- Added the `mount_paths` feature.

### Removed
- Removed the `watch` feature in favor of `mount_paths`.

## [0.20.0] - 2019-05-26

### Changed
Expand Down
162 changes: 1 addition & 161 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toast"
version = "0.20.0"
version = "0.21.0"
authors = ["Stephan Boyer <stephan@stephanboyer.com>"]
description = "A containerized build system."
license = "MIT"
Expand All @@ -20,7 +20,6 @@ hex = "0.3"
indicatif = "0.11"
lazy_static = "1.3"
log = "0.4"
notify = "4"
scopeguard = "1"
serde_yaml = "0.8"
sha2 = "0.8"
Expand Down
Loading

0 comments on commit ef05e5d

Please sign in to comment.