Skip to content

Tags: aheckmann/m

Tags

1.10.0

Toggle 1.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
aheckmann Aaron Heckmann
1.10.0

* feat: mongosh binary management via `m mongosh` subcommands #160
* feat: tool removal via `m tools rm` subcommand
* fix: inconsistent shell output in `ls`, `installed` commands
* fix: inconsistent behavior between `m` and `m tools` commands when no version is passed

1.9.8

Toggle 1.9.8's commit message

Verified

This commit was signed with the committer’s verified signature.
aheckmann Aaron Heckmann
1.9.8

* fix: allow ubuntu 24 to fetch mongodb versions for ubuntu 18 #159 (@genepix)

1.9.7

Toggle 1.9.7's commit message

Verified

This commit was signed with the committer’s verified signature.
aheckmann Aaron Heckmann
1.9.7

 * Docs: add deepwiki link
 * CI: pin actions and use trusted publishing

1.9.6

Toggle 1.9.6's commit message

Verified

This commit was signed with the committer’s verified signature.
aheckmann Aaron Heckmann
1.9.6 / 2025-09-18

* Fix: mongo 4.2 installation on ubuntu 22 [#156](#156)

closes #156

1.9.5

Toggle 1.9.5's commit message

Verified

This commit was signed with the committer’s verified signature.
aheckmann Aaron Heckmann
1.9.5 / 2025-09-17

* Fix: ubuntu 24 support

1.9.4

Toggle 1.9.4's commit message

Verified

This commit was signed with the committer’s verified signature.
aheckmann Aaron Heckmann
1.9.4 / 2025-08-19

 * Fix: honor M_BIN_DIR when checking current versions
 * Fix: honor --json flag in all cases
 * Fix: honor CONFIRM flag when removing versions
 * Test: added CI suite
 * AI: add .github/instructions

1.9.3

Toggle 1.9.3's commit message

Verified

This commit was signed with the committer’s verified signature.
aheckmann Aaron Heckmann
1.9.3 / 2025-08-14

==================
 * Fix: display * next to active version
 * Fix #85: show * next to v4.2.24 when active
 * Docs: improve readme
 * Add security.md

1.9.2

Toggle 1.9.2's commit message

Verified

This commit was signed with the committer’s verified signature.
aheckmann Aaron Heckmann
1.9.2 / 2025-08-14

==================
 * Fix: monogsh installation on OSX

1.9.1

Toggle 1.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
stennie Stennie Steneker
1.9.1 / 2025-03-29

==================
 * Use GitHub token from the environment for API requests if present (@gmishkin)
 * Allow curl errors to bubble up to the terminal to help troubleshoot (@gmishkin)
 * Add support for Amazon Linux 2023 (@JamesHeppenstall)
 * Add support for Pop_OS! linux (@toto-dev)

1.9.0

Toggle 1.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
stennie Stennie Steneker
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