Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 15, 2010
1 parent 79143f3 commit 73c506f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

0.7.0 / 2010-03-15
==================

* Added Request#pass() support (finds the next matching route, or the given path)
* Added Logger plugin (default "common" format replaces CommonLogger)
* Removed Profiler plugin
* Removed CommonLogger plugin

0.6.0 / 2010-03-11
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/express/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Server = Class({
// --- Express

Express = {
version: '0.6.0',
version: '0.7.0',
config: [],
routes: [],
plugins: [],
Expand Down
2 changes: 1 addition & 1 deletion seed.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Express
description: Sinatra inspired web development framework
version: 0.6.0
version: 0.7.0
dependencies:
- ext >= 0.2.2
- oo >= 1.2.0
Expand Down

0 comments on commit 73c506f

Please sign in to comment.