Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 19, 2010
1 parent febf443 commit 3b49821
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.8.0 / 2010-03-19
==================

* Added coffeescript example app. Closes #242
* Changed; cache api now async friendly. Closes #240
* Removed deprecated 'express/static' support. Use 'express/plugins/static'

0.7.6 / 2010-03-19
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/express/core.js
Expand Up @@ -313,7 +313,7 @@ Server = new Class({
// --- Express

Express = {
version: '0.7.6',
version: '0.8.0',
config: [],
routes: [],
plugins: [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "Express",
"description": "Sinatra inspired web development framework",
"version": "0.7.6",
"version": "0.8.0",
"keywords": ["framework", "sinatra", "web", "rest", "restful"],
"directories": {
"lib": "lib"
Expand Down
2 changes: 1 addition & 1 deletion seed.yml
@@ -1,4 +1,4 @@
---
name: Express
description: Sinatra inspired web development framework
version: 0.7.6
version: 0.8.0

0 comments on commit 3b49821

Please sign in to comment.