Skip to content

Commit

Permalink
Update release notes and package.json for tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjlee committed Jun 16, 2011
1 parent 0f37004 commit e972aea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## v0.2.1 (In Progress) ##
## v0.3.0 (2011/06/16) ##

Compatible with node v0.3.x

Features:

Expand All @@ -10,7 +12,7 @@ Bug Fixes:

* config: Add 'nodeload/config' module for configuring global parameters
* multiloop: polling time for next change in load or user profiles was always 1 second
* stats: Fix one-off error in Histogram.percentile wouldn't return the greatest number if it is greater than the number of buckets (i.e. in extra[])
* stats: Fix one-off error in Histogram.percentile wouldn't return the greatest number if it is greater than the number of buckets (i.e. in extra[]). Fix Uniques.clear() to actually reset count.
* nl.js: #issue/5: nl.js discarded URL query string and hash

## v0.2.0 (2010/12/01) ##
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Load testing library for node.js",
"url": "https://github.com/benschmaus/nodeload",
"engines": {
"node": ">=0.3.0"
"node": ">=0.3.0 <0.4.0"
},
"contributors": [
"Benjamin Schmaus <[email protected]>",
Expand All @@ -14,7 +14,7 @@
],
"repository": {
"type": "git",
"url": "http://github.com/benschmaus/nodeload"
"url": "http://g ithub.com/benschmaus/nodeload"
},
"main": "./nodeload.js",
"bin": {
Expand Down

0 comments on commit e972aea

Please sign in to comment.