Skip to content

Commit

Permalink
Release: v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Aug 3, 2015
1 parent 4a92e6f commit aab7e14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

## Unreleased

## v0.4.2

Features:

- Prax now logs on `~/.prax/_logs.prax.log` when daemonized

Bugfixes:
Fixes:

- Prax no longer silently crashes when daemonized
- Prax crashed when starting as a daemon
- Prax hanged forever with concurrent requests to an app while it spawned

## v0.4.1

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOURCES = $(wildcard src/*.cr) $(wildcard src/**/*.cr)

all: $(SOURCES)
mkdir -p bin
$(CRYSTAL_BIN) build --debug $(CURDIR)/src/prax.cr -o bin/prax-binary
$(CRYSTAL_BIN) build $(CURDIR)/src/prax.cr -o bin/prax-binary

release: $(SOURCES)
mkdir -p $(BINDIR)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2

0 comments on commit aab7e14

Please sign in to comment.