Releases: eddieantonio/sentinel
Releases · eddieantonio/sentinel
1.0.0
0.3.0
Added
sentinel.create()
infers name from assignment statement- requires optional requirement: python-varname
0.3.0-alpha.1
I messed up the release :/
0.3.0-alpha.0
-
test: deepcopy
-
remove: examples.py
These old code samples make me cringe >.<
-
deps: add varname as an optional dependency
-
feat: infer variable name if name is not provided
-
test: skip if varname is not installed
-
docs: rewrite for latest version
-
0.3.0-alpha.0
0.2.0
Added
- calling the type() of a sentinel returns the singleton instance
Changed
sentinel.create()
keyword argument:extra_methods
is nowcls_dict
0.2.0-alpha.0
Attempting to publish to PyPI via GitHub Actions