We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8504a4e commit b5ef989Copy full SHA for b5ef989
NEWS
@@ -1,4 +1,4 @@
1
-UNRELEASED
+0.0.2 - 2018-08-09
2
3
- Allow unsetting a tag with :set_tag(k, nil)
4
- Add span:tracer() to get a span's tracer object
opentracing-scm-0.rockspec opentracing-0.0.2-0.rockspecopentracing-scm-0.rockspec renamed to opentracing-0.0.2-0.rockspec
@@ -1,8 +1,9 @@
package = "opentracing"
-version = "scm-0"
+version = "0.0.2-0"
source = {
5
- url = "git+https://github.com/kong/opentracing-lua.git";
+ url = "https://github.com/kong/opentracing-lua/archive/v0.0.2.zip";
6
+ dir = "opentracing-lua-0.0.2";
7
}
8
9
description = {
opentracing/init.lua
@@ -1,3 +1,3 @@
return {
- _VERSION = nil;
+ _VERSION = "0.0.2";
0 commit comments