File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.2 .0"
2
+ "." : " 0.3 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.0] ( https://github.com/elixir-tools/web_dev_utils/compare/v0.2.0...v0.3.0 ) (2025-03-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * return compiler diagnostics from reload ([ #6 ] ( https://github.com/elixir-tools/web_dev_utils/issues/6 ) ) ([ d553a40] ( https://github.com/elixir-tools/web_dev_utils/commit/d553a403f4019929d4947d4f93eec61a6f96211d ) )
9
+
3
10
## [ 0.2.0] ( https://github.com/elixir-tools/web_dev_utils/compare/v0.1.1...v0.2.0 ) (2024-10-11)
4
11
5
12
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ by adding `web_dev_utils` to your list of dependencies in `mix.exs`:
22
22
``` elixir
23
23
def deps do
24
24
[
25
- {:web_dev_utils , " ~> 0.2 .0" }
25
+ {:web_dev_utils , " ~> 0.3 .0" }
26
26
]
27
27
end
28
28
```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule WebDevUtils.MixProject do
8
8
app: :web_dev_utils ,
9
9
description:
10
10
"Library to enable awesome local development for websites and web applications" ,
11
- version: "0.2 .0" ,
11
+ version: "0.3 .0" ,
12
12
elixir: "~> 1.14" ,
13
13
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
14
14
start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments