From 82f5224c435fef2f9914bc2e45849c71d4750fc5 Mon Sep 17 00:00:00 2001 From: Julien Portalier Date: Tue, 29 Sep 2015 15:48:35 +0200 Subject: [PATCH] Release: v0.5.0 --- CHANGELOG.md | 8 +++----- VERSION | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9381d6f..ad6b007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,20 @@ # CHANGELOG -## Unreleased +## v0.5.0 -- Upgraded to Crystal 0.8.0 (uses standard Process.new and dropped deprecations) +Enhancements: +- Upgraded to Crystal 0.8.0 (uses standard Process.new, dropped deprecations) - Generic SIGCHLD handler to reap zombie children (no more reap threads) Fixes: - - Proxy middleware was always run after public file middleware ## v0.4.2 Features: - - Prax now logs on `~/.prax/_logs.prax.log` when daemonized Fixes: - - Prax crashed when starting as a daemon - Prax hanged forever with concurrent requests to an app while it spawned diff --git a/VERSION b/VERSION index 2b7c5ae..ec5a9b5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 +0.5.0-1