Skip to content

Commit

Permalink
Merge pull request #31 from inaka/jfacorro.30.bump_0.9.9
Browse files Browse the repository at this point in the history
[Closes #30] Bump 0.9.9
  • Loading branch information
Brujo Benavides committed Jan 22, 2016
2 parents ea9f99d + b72e357 commit 5c9b8e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
# Change Log

## [0.9.8](https://github.com/inaka/aleppo/tree/0.9.8) (2016-01-21)
## [0.9.9](https://github.com/inaka/aleppo/tree/0.9.9) (2016-01-22)

[Full Changelog](https://github.com/inaka/aleppo/compare/0.9.8...0.9.9)

**Closed issues:**

- When aleppo:process\_tree/3 catches an exception the token added is not a valid Erlang token [\#28](https://github.com/inaka/aleppo/issues/28)

**Merged pull requests:**

- \[Closes \#28\] Take the second element from custom token tuple [\#29](https://github.com/inaka/aleppo/pull/29) ([jfacorro](https://github.com/jfacorro))

## [0.9.8](https://github.com/inaka/aleppo/tree/0.9.8) (2016-01-21)
[Full Changelog](https://github.com/inaka/aleppo/compare/0.9.7...0.9.8)

**Closed issues:**

- Bump version to 0.9.8 [\#26](https://github.com/inaka/aleppo/issues/26)
- Create 0.9.7 release [\#23](https://github.com/inaka/aleppo/issues/23)
- Keep attributes other than location when normalizing them [\#22](https://github.com/inaka/aleppo/issues/22)

**Merged pull requests:**

- \[Closes \#26\] Release 0.9.8 [\#27](https://github.com/inaka/aleppo/pull/27) ([jfacorro](https://github.com/jfacorro))
- \[Close \#22\] Keep other attributes when normalizing location [\#25](https://github.com/inaka/aleppo/pull/25) ([jfacorro](https://github.com/jfacorro))

## [0.9.7](https://github.com/inaka/aleppo/tree/0.9.7) (2016-01-21)
Expand Down
2 changes: 1 addition & 1 deletion src/aleppo.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, aleppo,
[{description, "Aleppo: ALternative Erlang Pre-ProcessOr"},
{vsn, "0.9.8"},
{vsn, "0.9.9"},
{modules, [
]},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit 5c9b8e0

Please sign in to comment.