File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.3.2] ( https://github.com/buildkite/text_collector_elixir/compare/v0.3.1...v0.3.2 ) (2025-09-23)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * invalid references to Mix project module. (#132 ) by James Harton
16+
17+ ### Improvements:
18+
19+ * replace tesla with req (#133 ) by James Harton
20+
21+ * Use ` req ` instead of ` tesla ` for HTTP client by James Harton
22+
823## [ v0.3.1] ( https://github.com/buildkite/text_collector_elixir/compare/v0.3.0...v0.3.1 ) (2025-03-25)
924
1025
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.3.1 " , only: [:test ]}
17+ {:buildkite_test_collector , " ~> 0.3.2 " , only: [:test ]}
1818 ]
1919end
2020```
You can’t perform that action at this time.
0 commit comments