Skip to content

Commit

Permalink
Prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Jun 3, 2021
1 parent 4039410 commit 99ea847
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 11 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
* 0.1.0.0 (2012-04-20)
* 0.2.0 (2021-06-03)

After years of friendly reminders, a zero version gets finally released =]
- Drop support for GHC 8.0 (#35)
- Add support for GHC 9.0 (#36)
- Replace the unmaintained `thrift` package with `pinch` (#34)
- wai: Better default operation name, and allow customising it (#33, #37)

The major version is bumped because the packages won't compile with GHC 8.0
anymore.

* 0.1.0.0 (2021-04-20)

After years of friendly reminders, a zero version gets finally released =]
2 changes: 1 addition & 1 deletion opentracing-examples/opentracing-examples.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: opentracing-examples
version: 0.1.0.0
version: 0.2.0
synopsis: OpenTracing Examples
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
Expand Down
2 changes: 1 addition & 1 deletion opentracing-http-client/opentracing-http-client.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: opentracing-http-client
version: 0.1.0.0
version: 0.2.0
synopsis: OpenTracing instrumentation of http-client
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
Expand Down
3 changes: 1 addition & 2 deletions opentracing-jaeger/opentracing-jaeger.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: opentracing-jaeger
version: 0.1.0.0
version: 0.2.0
synopsis: Jaeger backend for OpenTracing
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
Expand Down Expand Up @@ -35,7 +35,6 @@ library
Jaeger.Types
Zipkincore.Types
Zipkincore.Server
Zipkincore.Types
hs-source-dirs:
src
gen-src
Expand Down
2 changes: 1 addition & 1 deletion opentracing-wai/opentracing-wai.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: opentracing-wai
version: 0.1.0.0
version: 0.2.0
synopsis: Middleware adding OpenTracing tracing for WAI applications
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
Expand Down
2 changes: 1 addition & 1 deletion opentracing-zipkin-common/opentracing-zipkin-common.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: opentracing-zipkin-common
version: 0.1.0.0
version: 0.2.0
synopsis: Zipkin OpenTracing Backend Commons
description: Commons for the @opentracing-zipkin-v1@ and @opentracing-zipkin-v2@ packages
homepage: https://github.com/kim/opentracing
Expand Down
2 changes: 1 addition & 1 deletion opentracing-zipkin-v1/opentracing-zipkin-v1.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: opentracing-zipkin-v1
version: 0.1.0.0
version: 0.2.0
synopsis: Zipkin V1 backend for OpenTracing
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
Expand Down
2 changes: 1 addition & 1 deletion opentracing-zipkin-v2/opentracing-zipkin-v2.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: opentracing-zipkin-v2
version: 0.1.0.0
version: 0.2.0
synopsis: Zipkin V2 backend for OpenTracing
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
Expand Down
2 changes: 1 addition & 1 deletion opentracing/opentracing.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2

name: opentracing
version: 0.1.0.0
version: 0.2.0
synopsis: OpenTracing for Haskell
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
Expand Down

0 comments on commit 99ea847

Please sign in to comment.