Skip to content

Commit

Permalink
1.9.0 / 2024-03-17
Browse files Browse the repository at this point in the history
==================
 * Fix: #78: Add version-based support for native arm64 Database Tools on macOS
 * Fix: #95: Add info on installing mongosh via brew for macOS users
  • Loading branch information
stennie committed Mar 17, 2024
1 parent 6ef8bc2 commit d8f1c9d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.9.0 / 2024-03-17
==================
* Fix: #78: Add version-based support for native arm64 Database Tools on macOS
* Fix: #95: Add info on installing mongosh via brew for macOS users

1.8.9 / 2023-10-19
==================
* Remove shell prompt from install examples so it doesn't get copied
Expand Down
2 changes: 1 addition & 1 deletion bin/m
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CACHE_SRC=${M_CACHE_SRC:-$M_DIR/cache-src.json}
CACHE_EXPIRY=${M_CACHE_EXPIRY:-3600}

# m version
VERSION="1.9.0-dev"
VERSION="1.9.0"

#
# Log the given <msg ...>
Expand Down
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "m",
"version": "1.8.9",
"version": "1.9.0",
"description": "MongoDB version management",
"homepage": "https://github.com/aheckmann/m",
"bugs": "https://github.com/aheckmann/m/issues",
"bin": { "m": "./bin/m" },
"bin": {
"m": "./bin/m"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -16,10 +18,13 @@
"mongoose"
],
"author": "Aaron Heckmann <[email protected]>",
"contributors":[
"contributors": [
"TJ Holowaychuk <[email protected]>",
"Stephen Steneker <[email protected]>"
"Stennie Steneker <[email protected]>"
],
"license": "MIT",
"repository": { "type": "git", "url": "git://github.com/aheckmann/m.git" }
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/m.git"
}
}

0 comments on commit d8f1c9d

Please sign in to comment.