Release 0.4.0
This commit is contained in:
parent
4a370a9952
commit
8e5ba0269f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# management 0.4.0, 2021-04-09
|
||||||
|
|
||||||
|
* Initial VM dashboard
|
||||||
|
* Various typo fixes and error catching.
|
||||||
|
|
||||||
# management 0.3.1, 2021-02-03
|
# management 0.3.1, 2021-02-03
|
||||||
|
|
||||||
* Allow forgery on the support request form
|
* Allow forgery on the support request form
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -4,7 +4,7 @@ defmodule RecycledCloud.MixProject do
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :recycledcloud,
|
app: :recycledcloud,
|
||||||
version: "0.3.1",
|
version: "0.4.0",
|
||||||
elixir: "~> 1.7",
|
elixir: "~> 1.7",
|
||||||
elixirc_paths: elixirc_paths(Mix.env()),
|
elixirc_paths: elixirc_paths(Mix.env()),
|
||||||
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
||||||
|
|
Loading…
Reference in a new issue