Skip to content

Commit

Permalink
Bumped the version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Aug 7, 2016
1 parent ed3b262 commit 42e364c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.0] - 2016-07-08
### Added
- Added `Lua.get_table/2`.

## [0.2.0] - 2016-07-05
### Added
- Added `Lua.call_chunk!/3` and `Lua.call_function!/3`.
Expand All @@ -14,5 +18,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release implementing `Lua.{eval,eval!,eval_file,eval_file!}/2`.

[Unreleased]: https://github.com/bendiken/exlua/compare/0.2.0...HEAD
[Unreleased]: https://github.com/bendiken/exlua/compare/0.3.0...HEAD
[0.3.0]: https://github.com/bendiken/exlua/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/bendiken/exlua/compare/0.1.0...0.2.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0-dev
0.3.0

0 comments on commit 42e364c

Please sign in to comment.