-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b62dc50
commit 8ac1a69
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/ | |
|
||
## [Unreleased] | ||
|
||
## [0.1.1] | ||
|
||
### Changed | ||
|
||
- Changed exception raised if `op` CLI not found to `RuntimeError`. | ||
|
@@ -54,5 +56,6 @@ Initial release! 🎉 | |
|
||
- Josh Thomas <[email protected]> (maintainer) | ||
|
||
[unreleased]: https://github.com/westerveltco/django-opfield/compare/v0.1.0...HEAD | ||
[unreleased]: https://github.com/westerveltco/django-opfield/compare/v0.1.1...HEAD | ||
[0.1.0]: https://github.com/westerveltco/django-opfield/releases/tag/v0.1.0 | ||
[0.1.1]: https://github.com/westerveltco/django-opfield/releases/tag/v0.1.1 |