Skip to content

Commit

Permalink
update CHANGES for v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Nov 20, 2013
1 parent a79f3be commit 7a0bbf8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: erlang
otp_release:
- R15B02
- R15B01
- R15B
- R15B03
- R16B
script:
- rebar -C rebar.proper.config clean get-deps compile && rebar -C rebar.proper.config eunit skip_deps=true
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.3.1 released 2013-11-20

* Refactored tests to be compatible with R16
https://github.com/etrepum/kvc/pull/5

Version 1.3.0 released 2013-01-08

* Added a LICENSE file (MIT)
Expand Down
2 changes: 1 addition & 1 deletion src/kvc.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
{applications, [kernel, stdlib]},
{description, "Key Value Coding for Erlang data structures"},
{registered, []},
{vsn, "1.3.0"}
{vsn, "1.3.1"}
]}.

0 comments on commit 7a0bbf8

Please sign in to comment.