Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 25, 2010
1 parent d1e7973 commit 73b4aa1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
@@ -1,4 +1,16 @@

0.1.0 / 2010-02-25
==================

* Added single quote string
* Added parse error contexts
* Added support for spaces in hash keys
* Added basic --- support
* Added inline hash whitespace tolerance
* Added spec for invalid inline hash
* Added inline hash support
* Fixed syntax error escaping

0.0.1 / 2010-02-25
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/yaml.js
Expand Up @@ -5,7 +5,7 @@
* Version triplet.
*/

exports.version = '0.0.1'
exports.version = '0.1.0'

// --- Helpers

Expand Down

0 comments on commit 73b4aa1

Please sign in to comment.