Skip to content

Commit

Permalink
Merge pull request #25 from inaka/elbrujohalcon.25.generate_new_release
Browse files Browse the repository at this point in the history
Generate new release
  • Loading branch information
jfacorro committed Jun 8, 2015
2 parents 53a00c4 + cd9beb9 commit 303aece
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
1 change: 1 addition & 0 deletions .awconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Change Log

## [0.2.0](https://github.com/inaka/lasse/tree/0.2.0)
## [1.0.0](https://github.com/inaka/lasse/tree/1.0.0) (2015-06-08)

[Full Changelog](https://github.com/inaka/lasse/compare/0.2.0...1.0.0)

**Implemented enhancements:**

- make compatible with erlang.mk and relx [\#17](https://github.com/inaka/lasse/issues/17)

**Fixed bugs:**

- Export types in lasse\_handler [\#28](https://github.com/inaka/lasse/issues/28)

- Complete init callback definition [\#27](https://github.com/inaka/lasse/issues/27)

- Change name to event [\#21](https://github.com/inaka/lasse/issues/21)

**Closed issues:**

- proplists -\> maps [\#29](https://github.com/inaka/lasse/issues/29)

**Merged pull requests:**

- Overhaul [\#31](https://github.com/inaka/lasse/pull/31) ([elbrujohalcon](https://github.com/elbrujohalcon))

- waffle.io Badge [\#30](https://github.com/inaka/lasse/pull/30) ([waffle-iron](https://github.com/waffle-iron))

## [0.2.0](https://github.com/inaka/lasse/tree/0.2.0) (2015-05-05)

[Full Changelog](https://github.com/inaka/lasse/compare/0.1.0...0.2.0)

Expand All @@ -18,6 +44,8 @@

**Merged pull requests:**

- \[\#25\] new release 0.2.0 [\#26](https://github.com/inaka/lasse/pull/26) ([Euen](https://github.com/Euen))

- Update LICENSE [\#24](https://github.com/inaka/lasse/pull/24) ([andresinaka](https://github.com/andresinaka))

- Fix result handling of module:handle\_error/3 [\#23](https://github.com/inaka/lasse/pull/23) ([stwind](https://github.com/stwind))
Expand Down
2 changes: 1 addition & 1 deletion erlang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

.PHONY: all deps app rel docs install-docs tests check clean distclean help erlang-mk

ERLANG_MK_VERSION = 1.2.0-560-g947eac7
ERLANG_MK_VERSION = 1.2.0-561-g7b4185a

# Core configuration.

Expand Down
2 changes: 1 addition & 1 deletion src/lasse.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
application, lasse,
[
{description, "Lasse: Server-Sent Event handler for Cowboy."},
{vsn, "0.2.0"},
{vsn, "1.0.0"},
{modules, []},
{applications, [kernel, stdlib]},
{registered, []}
Expand Down

0 comments on commit 303aece

Please sign in to comment.