We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9a8c1 commit 374b061Copy full SHA for 374b061
2 files changed
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## [0.28.0-dev]
+## [0.28.0] - 2017-06-11
8
9
### Added
10
- `remove-unused` option that will remove all unused modules from output
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
[
app: :elixir_script,
- version: "0.28.0-dev",
+ version: "0.28.0",
elixir: "~> 1.0",
elixirc_paths: elixirc_paths(),
escript: escript_config(),
0 commit comments