Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 16e5761

Browse files
authoredMar 4, 2025··
chore(main): release 0.3.0 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d553a40 commit 16e5761

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
 

‎.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [0.2.0](https://github.com/elixir-tools/web_dev_utils/compare/v0.1.1...v0.2.0) (2024-10-11)
411

512

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ by adding `web_dev_utils` to your list of dependencies in `mix.exs`:
2222
```elixir
2323
def deps do
2424
[
25-
{:web_dev_utils, "~> 0.2.0"}
25+
{:web_dev_utils, "~> 0.3.0"}
2626
]
2727
end
2828
```

‎mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule WebDevUtils.MixProject do
88
app: :web_dev_utils,
99
description:
1010
"Library to enable awesome local development for websites and web applications",
11-
version: "0.2.0",
11+
version: "0.3.0",
1212
elixir: "~> 1.14",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)
Please sign in to comment.