From 1731d15fefb8166497d99bc2fbccaa86a1c7e46b Mon Sep 17 00:00:00 2001 From: Zachary Markin Date: Thu, 25 Jun 2015 14:49:48 -0400 Subject: [PATCH 1/3] update changelog --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 4124aad8..324d2f9c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,7 @@ * Added support for boot2docker 1.7+, which uses 64-bit Tiny Core Linux + * FIXED: allow passing options with commands supplied to `dusty test` ## 0.1.2 (June 23, 2015) * NEW: Commands are now placed in a file, copied over to the container and the file containing the commands is run. This allows you to use & in your commands. From 0ccb5cbe678e2ffa50f1667da6186d8215a34c8c Mon Sep 17 00:00:00 2001 From: Zachary Markin Date: Thu, 25 Jun 2015 14:59:08 -0400 Subject: [PATCH 2/3] reorg --- docs/changelog.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 324d2f9c..a64dc097 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,13 +1,17 @@ # Changelog -## 0.1.3 (In Progress) +## 0.1.4 (In progress) + + +## 0.1.3 (June 25, 2015) * NEW: `--repos ` option added to `dusty restart` CLI command. This will restart active containers which use the specified repos. Using this option is mutually exclusive with specifying containers to restart. * NEW: `dusty disk backup ` CLI command added. This will save the contents of your VM's `/persist` directory. * NEW: `dusty disk restore ` CLI command added. This will write to your VM's `/persist` from ``. + * FIXED: bug where Dusty could not recognize test commands containing options (`dusty test [options]`) + * Added support for boot2docker 1.7+, which uses 64-bit Tiny Core Linux - * FIXED: allow passing options with commands supplied to `dusty test` ## 0.1.2 (June 23, 2015) * NEW: Commands are now placed in a file, copied over to the container and the file containing the commands is run. This allows you to use & in your commands. From 0bbb5708093e4b4e10c8939ecd62bd2f0227dcc2 Mon Sep 17 00:00:00 2001 From: Zachary Markin Date: Thu, 25 Jun 2015 15:12:50 -0400 Subject: [PATCH 3/3] update fixed message --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index a64dc097..7e76782f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,7 +8,7 @@ * NEW: `dusty disk backup ` CLI command added. This will save the contents of your VM's `/persist` directory. * NEW: `dusty disk restore ` CLI command added. This will write to your VM's `/persist` from ``. - * FIXED: bug where Dusty could not recognize test commands containing options (`dusty test [options]`) + * FIXED: `dusty test [options] ` is now functioning. Previously options supplied to the command to be tested were being incorrectly applied to `dusty test`. * Added support for boot2docker 1.7+, which uses 64-bit Tiny Core Linux