Skip to content

Commit

Permalink
Changelog for 2.7.0 with updated luvi
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Nov 17, 2015
1 parent b4bf6c2 commit 6f06f21
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Changes in 2.7.0

* luvi: New "snapshot" module to help debug memory leaks [Tim Caswell]
* luv: Add `uv.get_free_memory` bindings. [Tim Caswell]

* Changes in 2.6.0

* http: Remove leak in exit handler. [Tim Caswell]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_FILES=$(shell find . -type f -name '*.lua')
BIN_ROOT=lit/luvi-binaries/$(shell uname -s)_$(shell uname -m)
LIT_VERSION=2.2.13
LIT_VERSION=2.2.16

LUVIT_TAG=$(shell git describe)
LUVIT_ARCH=$(shell uname -s)_$(shell uname -m)
Expand Down
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@ECHO off
@SET LIT_VERSION=2.2.13
@SET LIT_VERSION=2.2.16

IF NOT "x%1" == "x" GOTO :%1

Expand Down
4 changes: 2 additions & 2 deletions package.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
return {
name = "luvit/luvit",
version = "2.6.0",
version = "2.7.0",
luvi = {
version = "2.3.5",
version = "2.4.0",
flavor = "regular",
},
license = "Apache 2",
Expand Down

0 comments on commit 6f06f21

Please sign in to comment.