Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def pytest_assertrepr_compare(config, op, left, right):
return assertrepr_compare(config, op, left, right)
```

## Releasing a new version
## Releasing a new version 🚚

```bash
# in your local shell
Expand All @@ -129,6 +129,14 @@ git push # The deployment is made on tag push

Issues, feature requests, and contributions are warmly welcomed! Feel free to open a pull request or submit an issue.

## Credits 🙏
This software has been created inside Paylead. Thanks to all the people that made it possible including but not limited to:
- [Guillaume](https://github.com/moumoutte)
- [Manu](https://github.com/manu-paylead)
- [Loic](https://github.com/Usui22750)
- [Jérémy](https://github.com/jeremycohensolal-paylead)
- [Ronan](https://github.com/ronnix)

## License 📜

`pytest-sqlguard` is distributed under the MIT license. See [LICENSE](./LICENSE) for details.