Releases: westerveltco/django-opfield
Releases · westerveltco/django-opfield
v0.1.1
What's Changed
- fix clobbering of
op
CLI config by @joshuadavidthomas in #13 - change to
RuntimeError
ifop
CLI not found by @joshuadavidthomas in #14 - 🔖 bump version 0.1.0 -> 0.1.1 by @joshuadavidthomas in #15
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- allow for setting the path to the
op
command by @joshuadavidthomas in #1 - use
__getattr__
and add_get_user_settings
helper inAppSettings
by @joshuadavidthomas in #3 - allow setting token in user settings by @joshuadavidthomas in #4
- allow for configuring setting in
settings.py
or environment by @joshuadavidthomas in #5 - swap back to
__getattribute__
by @joshuadavidthomas in #6 - add timeout to
op
command call by @joshuadavidthomas in #7 - change a few conf settings to getters by @joshuadavidthomas in #8
- update README by @joshuadavidthomas in #9
- update CHANGELOG by @joshuadavidthomas in #10
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2
New Contributors
- @joshuadavidthomas made their first contribution in #1
- @pre-commit-ci made their first contribution in #2
Full Changelog: https://github.com/westerveltco/django-opfield/commits/v0.1.0