Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
- Initial yamlpal release
- Initial set of commands: insert, find
- Vagrantfile for easy development
- Unit tests that run in TravisCI on every commit
- yamlpal is available on pypi: https://pypi.python.org/pypi/yamlpal

Full Release details in CHANGELOG.md.
  • Loading branch information
jorisroovers committed Apr 14, 2016
1 parent bb52c58 commit 4a3a076
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog #

## v0.1.0 (2016-04-14) ##

- Initial yamlpal release
- Initial set of commands: insert, find
- Vagrantfile for easy development
- Unit tests that [run in TravisCI on every commit](https://travis-ci.org/jorisroovers/yamlpal).
- yamlpal is available on [pypi](https://pypi.python.org/pypi/yamlpal)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/jorisroovers/yamlpal.svg?branch=master)]
(https://travis-ci.org/jorisroovers/yamlpal)

Simple tool for modifying and searching yaml files while keeping the original file formatting.
Simple tool for modifying and searching yaml files **while keeping the original file formatting**.

Yamlpal uses its own version of 'yamlpath', a syntax similar to xpath, to identify elements in a yaml file.

Expand Down
2 changes: 1 addition & 1 deletion yamlpal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0dev"
__version__ = "0.1.0"

0 comments on commit 4a3a076

Please sign in to comment.