Skip to content

Commit

Permalink
0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Dec 6, 2019
1 parent 0caad5e commit b67f094
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changes to Mongo Hacker
=======================

#### v0.1.1 / 2019-12-06
- Fix #208: Change Stream cursor methods isExhausted(), hasNext() broken

#### v0.1.0 / 2019-08-29
- Add support disclaimer and link to new CHANGELOG.md
- Remove sharding customisations: these have diverged too far from the upstream source.
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mongo_hacker_config = {
sort_keys: false, // sort the keys in documents when displayed
uuid_type: 'default', // 'java', 'c#', 'python' or 'default'
banner_message: 'Mongo-Hacker ', // banner message
version: '0.1.0', // current mongo-hacker version
version: '0.1.1', // current mongo-hacker version
show_banner: true, // show mongo-hacker version banner on startup
use_color: true, // use color highlighting if possible
force_color: false, // force color even if Mongo Hacker thinks it won't work
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongo-hacker",
"version": "0.1.0",
"version": "0.1.1",
"description": "MongoDB Shell Enhancements for Hackers",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit b67f094

Please sign in to comment.