Skip to content

Commit 47381c5

Browse files
committed
release version 0.1.1
1 parent 4a4c2b0 commit 47381c5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.1.1] - 2019-11-06
10+
11+
- Improve performance
12+
- Public release
13+
914
## [0.1.0] - 2019-06-05
1015

1116
- OpenTracing API implementation

tracing-scm-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ package = 'tracing'
22
version = 'scm-1'
33

44
source = {
5-
url = 'git+ssh://git@gitlab.com/tarantool/enterprise/tracing.git',
5+
url = 'git://github.com/tarantool/tracing.git',
66
branch = 'master',
77
}
88

99
description = {
1010
summary = 'Lua platform API for OpenTracing',
11-
homepage = 'https://gitlab.com/tarantool/enterprise/tracing',
11+
homepage = 'https://github.com/tarantool/tracing.git',
1212
license = 'BSD',
1313
}
1414

0 commit comments

Comments
 (0)