> This is basically a re-relase of **v0.2.12** for codebase purposes, but has an update for CI/CD on top
* Ability to use local `mongod` (by kschniedergers with 65) * Version list update * Upped depended Python version for CI/CD
0.2.12
* Ability to use local `mongod` (by kschniedergers with 65) * Version list update
0.2.11
* Fixes https://github.com/kaizendorks/pymongo_inmemory/issues/55 with https://github.com/kaizendorks/pymongo_inmemory/pull/61 by PetrF0X
0.2.10
* Updated MongoDB version list. * With 6.0 versions, there is support of MacOS running on ARM arch. * Refactor server boot up sequence
0.2.9
* Bug fix where a random binary would be chosen if multiple extracted versions exist (https://github.com/kaizendorks/pymongo_inmemory/issues/58)
0.2.8
* A minor fix where latest versions of MongoDB and some versions on M1 chips prints extraneous log messages while getting server uptime, causing the uptime retrieval to fail.