Skip to content

Commit 08a445d

Browse files
committed
chore: release version v0.2.0
1 parent 790e451 commit 08a445d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The official Elixir adapter for [Buildkite Test Analytics](https://buildkite.com
1414
```elixir
1515
def deps do
1616
[
17-
{:buildkite_test_collector, "~> 0.1.2", only: [:test]}
17+
{:buildkite_test_collector, "~> 0.2.0", only: [:test]}
1818
]
1919
end
2020
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)