File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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/
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Package can be installed by adding `tower_error_tracker` to your list of depende
1313``` elixir
1414def deps do
1515 [
16- {:tower_error_tracker , " ~> 0.3.7 " }
16+ {:tower_error_tracker , " ~> 0.3.8 " }
1717 ]
1818end
1919```
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments