You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Spock v2.5.2 Release Notes
Major Changes
Added support for resolving value definitions from environmental variables with the following syntax, ${spock.env:name, default} (#254)
Added .inject annotation that will write back the original env notation to the saved output (#254)
Added the .crypto annotation which provides a simple way to hide sensitive environmental variables while still maintaining the written/loadable state of the spock config (#254)
Minor Changes
Added all currently installed packages to the info dump (in comment form) such that a minimal python env should be able to be re-constructed (#254)