Skip to content

Commit

Permalink
Prepare release 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Altintop <[email protected]>
  • Loading branch information
kim committed Sep 28, 2023
1 parent 4ea4268 commit bf65e84
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
* 0.3.0 (2023-09-28)

- GHC 8.x is no longer tested, the minimum version is 9.2.8
- Various fixes the Jaeger backend
- Fix Zipkin backend to use POST (#49)
- Use a bounded queue for the batch reporter (#46)

This release is considered _breaking_ due to #46, and (potential)
incompatibility with older GHCs.

* 0.2.2 (2022-05-09)

Support for base 4.16 / GHC 9.2
Expand Down
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.2.0
version: 0.3.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.2.2
version: 0.3.0
synopsis: OpenTracing instrumentation of http-client
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
Expand Down
4 changes: 2 additions & 2 deletions opentracing-jaeger/opentracing-jaeger.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cabal-version: 2.2

name: opentracing-jaeger
version: 0.2.2
version: 0.3.0
synopsis: Jaeger backend for OpenTracing
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
author: Kim Altintop
maintainer: Kim Altintop <[email protected]>
copyright: Copyright (c) 2017-2022 Kim Altintop
copyright: Copyright (c) 2017-2023 Kim Altintop
license: Apache-2.0
license-file: LICENSE
build-type: Simple
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.2.2
version: 0.3.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.2.2
version: 0.3.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.2.2
version: 0.3.0
synopsis: Zipkin V1 backend for OpenTracing
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
Expand Down
4 changes: 2 additions & 2 deletions opentracing-zipkin-v2/opentracing-zipkin-v2.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cabal-version: 2.2

name: opentracing-zipkin-v2
version: 0.2.2
version: 0.3.0
synopsis: Zipkin V2 backend for OpenTracing
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
author: Kim Altintop
maintainer: Kim Altintop <[email protected]>
copyright: Copyright (c) 2017-2022 Kim Altintop
copyright: Copyright (c) 2017-2023 Kim Altintop
license: Apache-2.0
license-file: LICENSE
build-type: Simple
Expand Down
4 changes: 2 additions & 2 deletions opentracing/opentracing.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cabal-version: 2.2

name: opentracing
version: 0.2.2
version: 0.3.0
synopsis: OpenTracing for Haskell
homepage: https://github.com/kim/opentracing
bug-reports: https://github.com/kim/opentracing/issues
author: Kim Altintop
maintainer: Kim Altintop <[email protected]>
copyright: Copyright (c) 2017-2022 Kim Altintop
copyright: Copyright (c) 2017-2023 Kim Altintop
license: Apache-2.0
license-file: LICENSE
build-type: Simple
Expand Down

0 comments on commit bf65e84

Please sign in to comment.