Skip to content

Commit c5da5e5

Browse files
authored
Merge pull request #136 from buildkite/release-v0.3.2
chore: release version v0.3.2
2 parents af43920 + f56ffe0 commit c5da5e5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

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.3.1", only: [:test]}
17+
{:buildkite_test_collector, "~> 0.3.2", only: [:test]}
1818
]
1919
end
2020
```

0 commit comments

Comments
 (0)