Skip to content

Commit

Permalink
Updating for v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MattTuttle committed Jan 8, 2015
1 parent 4c017b6 commit 7169dee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -62,6 +62,5 @@ Driver Roadmap

Here are the features planned for future versions.

** v0.9 **
* Replica sets
* Automatic reconnection
2 changes: 2 additions & 0 deletions changelog.txt
@@ -1,3 +1,5 @@
0.9.0 - Added cursor methods [limit, skip, sort] (jonasmalacofilho)
Made cursor iterable (jonasmalacofilho)
0.8.3 - Fix dates and ability to remove records (jonasmalacofilho)
Added close method to close connections
0.8.2 - Neko: insert > 0x800000 records counter overflow.
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"tags": ["database", "cpp", "neko", "php"],
"description": "MongoDB driver for Haxe",
"version": "0.8.3",
"version": "0.9.0",
"releasenote": "See changelog.txt",
"contributors": ["heardtheword"]
}
4 changes: 2 additions & 2 deletions license.txt
@@ -1,7 +1,7 @@
Copyright (C) 2012 Matt Tuttle
Copyright (C) 2012-2015 Matt Tuttle

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 7169dee

Please sign in to comment.