File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55
66## 8.0.4 (2020-11-16)
77
8- * Do not read dsn config at compile time (#441 )
8+ * Do not read DSN config at compile time (#441 )
99
1010## 8.0.3 (2020-11-11)
1111
Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ defmodule Sentry.Mixfile do
1818 plt_add_apps: [ :mix , :plug , :hackney ]
1919 ] ,
2020 docs: [
21- extras: [ "README.md" ] ,
21+ extras: [ "README.md" , "CHANGELOG.md" ] ,
2222 source_ref: "#{ @ version } " ,
2323 source_url: @ source_url ,
24- main: "readme"
24+ main: "readme" ,
25+ skip_undefined_reference_warnings_on: [ "CHANGELOG.md" ]
2526 ] ,
2627 xref: [ exclude: [ :hackney , :hackney_pool , Plug.Conn ] ]
2728 ]
@@ -54,6 +55,7 @@ defmodule Sentry.Mixfile do
5455 maintainers: [ "Mitchell Henke" , "Jason Stiebs" ] ,
5556 licenses: [ "MIT" ] ,
5657 links: % {
58+ "Changelog" => "#{ @ source_url } /blob/master/CHANGELOG.md" ,
5759 "GitHub" => @ source_url
5860 }
5961 ]
You can’t perform that action at this time.
0 commit comments