From 46264454d1a4673c7946f83db00b7d6b635405b3 Mon Sep 17 00:00:00 2001 From: Nils Nordman Date: Thu, 6 Jul 2017 09:30:40 +0200 Subject: [PATCH] Release 0.5.1 --- Changelog.md | 8 ++++++++ lib/howl/init.lua | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 094d2ecaf..7e295b43f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,14 @@ ## Unreleased (in master) +## 0.5.1 (2017-07-06) + +- Corrected version number given by `--version` flag + +- Dart lexer fixes + +## 0.5 (2017-06-30) + - New Dart bundle for [Dart](https://www.dartlang.org) code. - Make fixes to let OpenBSD build cleanly (thanks @oficial) diff --git a/lib/howl/init.lua b/lib/howl/init.lua index a72baa9f8..485d8c180 100644 --- a/lib/howl/init.lua +++ b/lib/howl/init.lua @@ -183,7 +183,7 @@ local function main() lint(args) elseif args.version then -- Change version here - print("howl version 0.5.0\n") + print("howl version 0.5.1\n") print("Copyright 2012-2017 The Howl Developers\nLicense: MIT License") os.exit(0) else