We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9892c commit 3eb7e50Copy full SHA for 3eb7e50
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.26.0] - Unreleased
+## [0.26.0] - 2017-02-27
8
9
### Added
10
- Multiple `when` clauses in guards
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
[
app: :elixir_script,
- version: "0.26.0-dev",
+ version: "0.26.0",
elixir: "~> 1.0",
elixirc_paths: elixirc_paths(),
escript: escript_config(),
0 commit comments