File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.10.0] ( https://github.com/elixir-error-tracker/error-tracker/compare/v0.9.0...v0.10.0 ) (2026-07-19)
4+
5+
6+ ### Features
7+
8+ * Button for copying error details ([ #182 ] ( https://github.com/elixir-error-tracker/error-tracker/issues/182 ) ) ([ 630ea49] ( https://github.com/elixir-error-tracker/error-tracker/commit/630ea49bab341d03433827d4905d0f75297b6bdb ) )
9+ * Light theme ([ #179 ] ( https://github.com/elixir-error-tracker/error-tracker/issues/179 ) ) ([ e0ae6f5] ( https://github.com/elixir-error-tracker/error-tracker/commit/e0ae6f5da7ba94761f0528f04c933f02af2e8214 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * Add favicon ([ #177 ] ( https://github.com/elixir-error-tracker/error-tracker/issues/177 ) ) ([ b0b85f0] ( https://github.com/elixir-error-tracker/error-tracker/commit/b0b85f03f950e6d741070f06985178bdceb64579 ) )
15+ * Formatter config depending in Mix breaks formatter ([ #181 ] ( https://github.com/elixir-error-tracker/error-tracker/issues/181 ) ) ([ 719669e] ( https://github.com/elixir-error-tracker/error-tracker/commit/719669ee6b0755f16bba67198091a4554880b0c9 ) )
16+
17+ ## Changelog
18+
319Please see [ our GitHub "Releases" page] ( https://github.com/elixir-error-tracker/error-tracker/releases ) .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ErrorTracker.MixProject do
44 def project do
55 [
66 app: :error_tracker ,
7- version: "0.9 .0" ,
7+ version: "0.10 .0" ,
88 elixir: "~> 1.15" ,
99 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1010 start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments