File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.2.0] ( https://github.com/buildkite/text_collector_elixir/compare/v0.1.2...v0.2.0 ) (2022-07-04)
9+
10+
11+
12+
13+ ### Features:
14+
15+ * Add manual tracing. (#6 )
16+
17+ ### Bug Fixes:
18+
19+ * Reduce default batch size from 500 to 100
20+
821## [ v0.1.2] ( https://github.com/buildkite/text_collector_elixir/compare/v0.1.1...v0.1.2 ) (2022-06-13)
922
1023
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The official Elixir adapter for [Buildkite Test Analytics](https://buildkite.com
1414``` elixir
1515def deps do
1616 [
17- {:buildkite_test_collector , " ~> 0.1.2 " , only: [:test ]}
17+ {:buildkite_test_collector , " ~> 0.2.0 " , only: [:test ]}
1818 ]
1919end
2020```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule BuildkiteTestCollector.MixProject do
22 use Mix.Project
33 @ moduledoc false
44
5- @ version "0.1.2 "
5+ @ version "0.2.0 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments