Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ Asghar committed May 16, 2016
1 parent be80e0c commit ddbcb96
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* CHANGELOG

** 0.3.0 <2015-05-16>
- [[https://github.com/cosmonaut-ok][Cosmonaut-ok]] created PR [[https://github.com/jjasghar/test-kitchen-el/pull/8][#8]] to fix some typos and the =converge= option
- Updated the README with the new option

** 0.2.1 - 0.1.0
- check the git log, i totally didn't track this
5 changes: 2 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
* test-kitchen.el -- Run test-kitchen inside of emacs

** Overview

This plugin allows you to run your test-kitchen run inside of Emacs.
No need to shell out or tab out to run `kitchen` commands.

Expand All @@ -23,7 +21,8 @@ The following key bindings are just suggestions, I just didn't have these bound
(global-set-key (kbd "C-c C-d") 'test-kitchen-destroy)
(global-set-key (kbd "C-c C-t") 'test-kitchen-test)
(global-set-key (kbd "C-c l") 'test-kitchen-list)
(global-set-key (kbd "C-c C-v") 'test-kitchen-verify)
(global-set-key (kbd "C-c C-kc") 'test-kitchen-converge)
(global-set-key (kbd "C-c C-kv") 'test-kitchen-verify)
#+END_SRC

** Things that are needed to be done at some point
Expand Down
5 changes: 3 additions & 2 deletions test-kitchen.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Author: JJ Asghar
;; URL: http://github.com/jjasghar/test-kitchen-el
;; Created: 2015
;; Version: 0.2.1
;; Version: 0.3.0
;; Keywords: chef ruby test-kitchen

;; This file is NOT part of GNU Emacs.
Expand Down Expand Up @@ -42,7 +42,8 @@
;; (global-set-key (kbd "C-c C-d") 'test-kitchen-destroy)
;; (global-set-key (kbd "C-c C-t") 'test-kitchen-test)
;; (global-set-key (kbd "C-c l") 'test-kitchen-list)
;; (global-set-key (kbd "C-c C-v") 'test-kitchen-verify)
;; (global-set-key (kbd "C-c C-kv") 'test-kitchen-verify)
;; (global-set-key (kbd "C-c C-kc") 'test-kitchen-converge)

;; TODO:
;;
Expand Down

0 comments on commit ddbcb96

Please sign in to comment.