Skip to content

Commit 9cb40a6

Browse files
committed
build: bumps version to v0.3.8
1 parent 0ab6fbd commit 9cb40a6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.8] - 2025-12-08
9+
10+
### Added
11+
12+
- New install task `mix tower_error_tracker.install` (#75)
13+
14+
### Fixed
15+
16+
- Properly report elixir terms in `Tower.Event.metadata` that don't have native JSON representation (#84)
17+
818
## [0.3.7] - 2025-08-23
919

1020
### Fixed
@@ -76,6 +86,7 @@ automatically.
7686

7787
- Reports exceptions
7888

89+
[0.3.8]: https://github.com/mimiquate/tower_error_tracker/compare/v0.3.7...v0.3.8/
7990
[0.3.7]: https://github.com/mimiquate/tower_error_tracker/compare/v0.3.6...v0.3.7/
8091
[0.3.6]: https://github.com/mimiquate/tower_error_tracker/compare/v0.3.5...v0.3.6/
8192
[0.3.5]: https://github.com/mimiquate/tower_error_tracker/compare/v0.3.4...v0.3.5/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Package can be installed by adding `tower_error_tracker` to your list of depende
1313
```elixir
1414
def deps do
1515
[
16-
{:tower_error_tracker, "~> 0.3.7"}
16+
{:tower_error_tracker, "~> 0.3.8"}
1717
]
1818
end
1919
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule TowerErrorTracker.MixProject do
33

44
@description "Tower reporter for ErrorTracker"
55
@source_url "https://github.com/mimiquate/tower_error_tracker"
6-
@version "0.3.7"
6+
@version "0.3.8"
77

88
def project do
99
[

0 commit comments

Comments
 (0)