Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ekarademir committed Sep 9, 2023
1 parent d0f954b commit 5ee786d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ A mongo mocking library with an ephemeral MongoDB running in memory.

## What's new?

### v0.3.0
- Fixed the case where provided download url wouldn't work if it didn't follow official URL pattern. Issue [#70](https://github.com/kaizendorks/pymongo_inmemory/issues/70)
### v0.3.1

### v0.2.13
- Development version upped to Python 3.9
- Update to build system. Contribution by [@pbsds](https://github.com/pbsds)
- Coercing boolean configs correctly. Issue [#82](https://github.com/kaizendorks/pymongo_inmemory/issues/82)

- Ability to invoke locally set up `mongod` [Contribution by [@kschniedergers](https://github.com/kschniedergers)]
- We also upped the development version dependency on Python for CI/CD purposes.
### v0.3.0

- Fixed the case where provided download url wouldn't work if it didn't follow official URL pattern. Issue [#70](https://github.com/kaizendorks/pymongo_inmemory/issues/70)

## Installation

Expand Down Expand Up @@ -151,7 +153,7 @@ but for now we are keeping things simple.

## Supported Python versions

Since few development tools only support Python version 3.7 and above, all testing and tooling done
Since few development tools only support Python version 3.9 and above, all testing and tooling done
from that version up.

This also limits the minimum Python version of tested features. However there shouldn't
Expand Down

0 comments on commit 5ee786d

Please sign in to comment.