diff --git a/CHANGES.md b/CHANGES.md index 4582564..177dcb9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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`. @@ -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 diff --git a/VERSION b/VERSION index d510910..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0-dev +0.3.0