Skip to content

Commit

Permalink
Prepare for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Oct 24, 2016
1 parent 29b4b96 commit baa21ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
![30log logo](https://github.com/Yonaba/Starz-Puzzle/raw/master/30log-logo.png)

[![Join the chat at https://gitter.im/Yonaba/30log](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Yonaba/30log?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Build Status](https://travis-ci.org/Yonaba/30log.png)](https://travis-ci.org/Yonaba/30log)
[![Coverage Status](https://coveralls.io/repos/Yonaba/30log/badge.png?branch=master)](https://coveralls.io/r/Yonaba/30log?branch=master)
[![Lua](https://img.shields.io/badge/Lua-5.1%2C%205.2%2C%205.3%2C%20JIT-blue.svg)]()
[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE)
[![Coverage Status](https://coveralls.io/repos/Yonaba/30log/badge.png?branch=master)](https://coveralls.io/r/Yonaba/30log?branch=master)

*30log*, in extenso *30 Lines Of Goodness* is a minified framework for [object-orientation](http://lua-users.org/wiki/ObjectOrientedProgramming) in Lua.
It provides *named* and *unnamed classes*, *single inheritance*, *metamethods* and a basic support for _mixins_. In *30 lines*.<br/>
Expand Down
2 changes: 1 addition & 1 deletion rockspecs/30log-1.3.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ build = {
["30log-clean"] = "30log-clean.lua",
["30log-global"] = "30log-global.lua",
["30log-singleton"] = "30log-singleton.lua",
["30log-commons"] = "30log-singleton.lua",
["30log-commons"] = "30log-commons.lua",
}
}
2 changes: 1 addition & 1 deletion version_history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Version history#

##1.3.0 (10/20/16)
##1.3.0 (10/24/16)
* Added `class:create`, which allocates a new instance without invoking the class initializer
* Added 30log-commons
* Updated specs
Expand Down

0 comments on commit baa21ab

Please sign in to comment.