Skip to content

Commit e3674f9

Browse files
committed
chore(main): release 0.10.0
1 parent 630ea49 commit e3674f9

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
319
Please see [our GitHub "Releases" page](https://github.com/elixir-error-tracker/error-tracker/releases).

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)