Skip to content

Commit b5ef989

Browse files
Release v0.0.2
1 parent 8504a4e commit b5ef989

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UNRELEASED
1+
0.0.2 - 2018-08-09
22

33
- Allow unsetting a tag with :set_tag(k, nil)
44
- Add span:tracer() to get a span's tracer object
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package = "opentracing"
2-
version = "scm-0"
2+
version = "0.0.2-0"
33

44
source = {
5-
url = "git+https://github.com/kong/opentracing-lua.git";
5+
url = "https://github.com/kong/opentracing-lua/archive/v0.0.2.zip";
6+
dir = "opentracing-lua-0.0.2";
67
}
78

89
description = {

opentracing/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
return {
2-
_VERSION = nil;
2+
_VERSION = "0.0.2";
33
}

0 commit comments

Comments
 (0)