Skip to content

Commit a61fbbd

Browse files
committed
Release version 0.8.0
1 parent bf3b146 commit a61fbbd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2013.09.23, v0.8.0
2+
3+
* Bumps minimum node version to 0.10.0.
4+
* Replaces monitors with nested event loop for custom resolvers. Resolver
5+
support is now enabled by default.
6+
* Various compiler and linker fixes.
7+
18
2012.08.29, v0.7.0
29

310
* Switch to node-gyp. node-waf support is removed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "taglib",
33
"description": "Simple bindings to TagLib",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/nikhilm/node-taglib.git"

0 commit comments

Comments
 (0)