Skip to content

Commit 99ea847

Browse files
committed
Prepare release 0.2.0
1 parent 4039410 commit 99ea847

File tree

9 files changed

+20
-11
lines changed

9 files changed

+20
-11
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
* 0.1.0.0 (2012-04-20)
1+
* 0.2.0 (2021-06-03)
22

3-
After years of friendly reminders, a zero version gets finally released =]
3+
- Drop support for GHC 8.0 (#35)
4+
- Add support for GHC 9.0 (#36)
5+
- Replace the unmaintained `thrift` package with `pinch` (#34)
6+
- wai: Better default operation name, and allow customising it (#33, #37)
7+
8+
The major version is bumped because the packages won't compile with GHC 8.0
9+
anymore.
10+
11+
* 0.1.0.0 (2021-04-20)
12+
13+
After years of friendly reminders, a zero version gets finally released =]

opentracing-examples/opentracing-examples.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: opentracing-examples
4-
version: 0.1.0.0
4+
version: 0.2.0
55
synopsis: OpenTracing Examples
66
homepage: https://github.com/kim/opentracing
77
bug-reports: https://github.com/kim/opentracing/issues

opentracing-http-client/opentracing-http-client.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: opentracing-http-client
4-
version: 0.1.0.0
4+
version: 0.2.0
55
synopsis: OpenTracing instrumentation of http-client
66
homepage: https://github.com/kim/opentracing
77
bug-reports: https://github.com/kim/opentracing/issues

opentracing-jaeger/opentracing-jaeger.cabal

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: opentracing-jaeger
4-
version: 0.1.0.0
4+
version: 0.2.0
55
synopsis: Jaeger backend for OpenTracing
66
homepage: https://github.com/kim/opentracing
77
bug-reports: https://github.com/kim/opentracing/issues
@@ -35,7 +35,6 @@ library
3535
Jaeger.Types
3636
Zipkincore.Types
3737
Zipkincore.Server
38-
Zipkincore.Types
3938
hs-source-dirs:
4039
src
4140
gen-src

opentracing-wai/opentracing-wai.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: opentracing-wai
4-
version: 0.1.0.0
4+
version: 0.2.0
55
synopsis: Middleware adding OpenTracing tracing for WAI applications
66
homepage: https://github.com/kim/opentracing
77
bug-reports: https://github.com/kim/opentracing/issues

opentracing-zipkin-common/opentracing-zipkin-common.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: opentracing-zipkin-common
4-
version: 0.1.0.0
4+
version: 0.2.0
55
synopsis: Zipkin OpenTracing Backend Commons
66
description: Commons for the @opentracing-zipkin-v1@ and @opentracing-zipkin-v2@ packages
77
homepage: https://github.com/kim/opentracing

opentracing-zipkin-v1/opentracing-zipkin-v1.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: opentracing-zipkin-v1
4-
version: 0.1.0.0
4+
version: 0.2.0
55
synopsis: Zipkin V1 backend for OpenTracing
66
homepage: https://github.com/kim/opentracing
77
bug-reports: https://github.com/kim/opentracing/issues

opentracing-zipkin-v2/opentracing-zipkin-v2.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: opentracing-zipkin-v2
4-
version: 0.1.0.0
4+
version: 0.2.0
55
synopsis: Zipkin V2 backend for OpenTracing
66
homepage: https://github.com/kim/opentracing
77
bug-reports: https://github.com/kim/opentracing/issues

opentracing/opentracing.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: opentracing
4-
version: 0.1.0.0
4+
version: 0.2.0
55
synopsis: OpenTracing for Haskell
66
homepage: https://github.com/kim/opentracing
77
bug-reports: https://github.com/kim/opentracing/issues

0 commit comments

Comments
 (0)