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 5, 2021
1 parent 09400ef commit 8328de2
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ updates:
- "catostrophe"
labels:
- "dependency-update"
ignore:
# managed by sbt-github-actions
- dependency-name: "olafurpg/setup-scala"
- dependency-name: "actions/checkout"
- dependency-name: "actions/cache"
- dependency-name: "actions/upload-artifact"
- dependency-name: "actions/download-artifact"
4 changes: 4 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ pull_request_rules:
- check-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.11\)
- check-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.8\)
- check-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.11\)
- check-success~=Test \(ubuntu-latest, 3\.\d+\.\d+, adopt@1\.8\)
- check-success~=Test \(ubuntu-latest, 3\.\d+\.\d+, adopt@1\.11\)
actions:
merge:
method: rebase
Expand All @@ -45,6 +47,8 @@ pull_request_rules:
- check-success~=Test \(ubuntu-latest, 2\.12\.\d+, adopt@1\.11\)
- check-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.8\)
- check-success~=Test \(ubuntu-latest, 2\.13\.\d+, adopt@1\.11\)
- check-success~=Test \(ubuntu-latest, 3\.\d+\.\d+, adopt@1\.8\)
- check-success~=Test \(ubuntu-latest, 3\.\d+\.\d+, adopt@1\.11\)
actions:
merge:
method: rebase
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Trace4Cats New Relic Exporters

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/trace4cats/trace4cats-newrelic/Continuous%20Integration)](https://github.com/trace4cats/trace4cats-newrelic/actions?query=workflow%3A%22Continuous%20Integration%22)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/trace4cats/trace4cats-newrelic?label=stable)](https://github.com/trace4cats/trace4cats-newrelic/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/io.janstenpickle/trace4cats-newrelic-http-exporter_2.13?label=early)](https://maven-badges.herokuapp.com/maven-central/io.janstenpickle/trace4cats-newrelic-http-exporter_2.13)
[![GitHub stable release](https://img.shields.io/github/v/release/trace4cats/trace4cats-newrelic?label=stable&sort=semver)](https://github.com/trace4cats/trace4cats-newrelic/releases)
[![GitHub latest release](https://img.shields.io/github/v/release/trace4cats/trace4cats-newrelic?label=latest&include_prereleases&sort=semver)](https://github.com/trace4cats/trace4cats-newrelic/releases)
[![Maven Central early release](https://img.shields.io/maven-central/v/io.janstenpickle/trace4cats-newrelic-http-exporter_2.13?label=early)](https://maven-badges.herokuapp.com/maven-central/io.janstenpickle/trace4cats-newrelic-http-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 @@ -12,7 +13,7 @@
Add it to your `build.sbt`:

```scala
"io.janstenpickle" %% "trace4cats-newrelic-http-exporter" % "0.12.0-RC2"
"io.janstenpickle" %% "trace4cats-newrelic-http-exporter" % "0.12.0"
```


Expand Down
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ lazy val `newrelic-http-exporter` =
.settings(
name := "trace4cats-newrelic-http-exporter",
libraryDependencies ++= Seq(
Dependencies.circeGeneric,
Dependencies.circeParser,
Dependencies.circeCore,
Dependencies.http4sCirce,
Dependencies.http4sBlazeClient,
Dependencies.trace4catsModel,
Expand Down
9 changes: 4 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ object Dependencies {
val scala213 = "2.13.6"
val scala3 = "3.0.1"

val trace4cats = "0.12.0-RC2+17-d73c7ff3"
val trace4catsExporterHttp = "0.12.0-RC2+4-69bfcea6"
val trace4cats = "0.12.0"
val trace4catsExporterHttp = "0.12.0"

val circe = "0.14.1"
val http4s = "0.23.0-RC1"
val http4s = "0.23.0"

val kindProjector = "0.13.0"
val betterMonadicFor = "0.3.1"
Expand All @@ -21,8 +21,7 @@ object Dependencies {
lazy val trace4catsModel = "io.janstenpickle" %% "trace4cats-model" % Versions.trace4cats
lazy val trace4catsExporterHttp = "io.janstenpickle" %% "trace4cats-exporter-http" % Versions.trace4catsExporterHttp

lazy val circeGeneric = "io.circe" %% "circe-core" % Versions.circe
lazy val circeParser = "io.circe" %% "circe-parser" % Versions.circe
lazy val circeCore = "io.circe" %% "circe-core" % Versions.circe
lazy val http4sCirce = "org.http4s" %% "http4s-circe" % Versions.http4s
lazy val http4sBlazeClient = "org.http4s" %% "http4s-blaze-client" % Versions.http4s

Expand Down

0 comments on commit 8328de2

Please sign in to comment.