Skip to content

Commit 4a3a076

Browse files
committed
0.1.0 release
- 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.
1 parent bb52c58 commit 4a3a076

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog #
2+
3+
## v0.1.0 (2016-04-14) ##
4+
5+
- Initial yamlpal release
6+
- Initial set of commands: insert, find
7+
- Vagrantfile for easy development
8+
- Unit tests that [run in TravisCI on every commit](https://travis-ci.org/jorisroovers/yamlpal).
9+
- yamlpal is available on [pypi](https://pypi.python.org/pypi/yamlpal)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Build Status](https://travis-ci.org/jorisroovers/yamlpal.svg?branch=master)]
33
(https://travis-ci.org/jorisroovers/yamlpal)
44

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

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

yamlpal/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0dev"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)