We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84be98 commit a61dc36Copy full SHA for a61dc36
CHANGELOG.md
@@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v0.3.1](https://github.com/buildkite/text_collector_elixir/compare/v0.3.0...v0.3.1) (2025-03-25)
9
+
10
11
12
13
## [v0.3.0](https://github.com/buildkite/text_collector_elixir/compare/v0.2.0...v0.3.0) (2023-01-12)
14
15
README.md
@@ -14,7 +14,7 @@ The official Elixir adapter for [Buildkite Test Analytics](https://buildkite.com
```elixir
def deps do
16
[
17
- {:buildkite_test_collector, "~> 0.3.0", only: [:test]}
+ {:buildkite_test_collector, "~> 0.3.1", only: [:test]}
18
]
19
end
20
```
0 commit comments