Skip to content

Commit

Permalink
Bump this package to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Sep 11, 2014
1 parent f01e665 commit 0d2212d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.4.0

- The config format has been drastically changed - **Please make new configs**
- The config will fix itself when critical fields are missing
- `reqs` and `dump` have been merged into `export`
- `export` can also **create a dependency graph**
- It can also export png graphs if you have Graphviz installed
- You can easily adjust the size/DPI as well through the CLI/config
- Picking a license in the config is much easier (multiple choice)
- Use the flat style badge icons in the README
- When making a requirements file it will look for a VERSION file in your role
- It would live inside of each role's root directory
- Running `ansigenome --version` actually works now

## v0.3.2

- Galaxy style requirement/yaml files no longer get the `scm:` property added
Expand Down
1 change: 1 addition & 0 deletions RELEASES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version Release date
---------------------------
v0.4.0 09/11/2014
v0.3.2 09/07/2014
v0.3.1 09/07/2014
v0.3.0 09/06/2014
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.4.0

0 comments on commit 0d2212d

Please sign in to comment.