Skip to content

Commit

Permalink
Prepare release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
catostrophe committed Aug 6, 2021
1 parent a6b296e commit 1076001
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Trace4Cats Jaeger Exporters

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/trace4cats/trace4cats-jaeger/Continuous%20Integration)](https://github.com/trace4cats/trace4cats-jaeger/actions?query=workflow%3A%22Continuous%20Integration%22)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/trace4cats/trace4cats-jaeger?label=stable)](https://github.com/trace4cats/trace4cats-jaeger/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/io.janstenpickle/trace4cats-jaeger-thrift-exporter_2.13?label=early)](https://maven-badges.herokuapp.com/maven-central/io.janstenpickle/trace4cats-jaeger-thrift-exporter_2.13)
[![GitHub stable release](https://img.shields.io/github/v/release/trace4cats/trace4cats-jaeger?label=stable&sort=semver)](https://github.com/trace4cats/trace4cats-jaeger/releases)
[![GitHub latest release](https://img.shields.io/github/v/release/trace4cats/trace4cats-jaeger?label=latest&include_prereleases&sort=semver)](https://github.com/trace4cats/trace4cats-jaeger/releases)
[![Maven Central early release](https://img.shields.io/maven-central/v/io.janstenpickle/trace4cats-jaeger-thrift-exporter_2.13?label=early)](https://maven-badges.herokuapp.com/maven-central/io.janstenpickle/trace4cats-jaeger-thrift-exporter_2.13)
[![Join the chat at https://gitter.im/trace4cats/community](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/trace4cats/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)

Expand All @@ -11,7 +12,7 @@
Add it to your `build.sbt`:

```scala
"io.janstenpickle" %% "trace4cats-jaeger-thrift-exporter" % "0.12.0-RC2"
"io.janstenpickle" %% "trace4cats-jaeger-thrift-exporter" % "0.12.0"
```

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ object Dependencies {
val scala213 = "2.13.6"
val scala3 = "3.0.1"

val trace4cats = "0.12.0-RC2+17-d73c7ff3"
val trace4catsJaegerIntegrationTest = "0.12.0-RC2+7-e4062471"
val trace4cats = "0.12.0"
val trace4catsJaegerIntegrationTest = "0.12.0"

val collectionCompat = "2.5.0"
val jaeger = "1.6.0"
Expand Down

0 comments on commit 1076001

Please sign in to comment.