File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.1.1] - 2019-11-06
10
+
11
+ - Improve performance
12
+ - Public release
13
+
9
14
## [ 0.1.0] - 2019-06-05
10
15
11
16
- OpenTracing API implementation
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ package = 'tracing'
2
2
version = ' scm-1'
3
3
4
4
source = {
5
- url = ' git+ssh ://git@gitlab .com/tarantool/enterprise /tracing.git' ,
5
+ url = ' git://github .com/tarantool/tracing.git' ,
6
6
branch = ' master' ,
7
7
}
8
8
9
9
description = {
10
10
summary = ' Lua platform API for OpenTracing' ,
11
- homepage = ' https://gitlab .com/tarantool/enterprise/ tracing' ,
11
+ homepage = ' https://github .com/tarantool/tracing.git ' ,
12
12
license = ' BSD' ,
13
13
}
14
14
You can’t perform that action at this time.
0 commit comments