Releases: xyngular/py-xsentinels
Releases · xyngular/py-xsentinels
v1.2.2
1.2.2 (2023-04-15)
Bug Fixes
v1.2.1
1.2.1 (2023-02-03)
Bug Fixes
- use lock to ensure only single object created. (56e8e5d)
v1.2.0
1.2.0 (2022-11-19)
Features
- add
Sentinel
class, to make things more self-documenting + future use. (e6fe621)
- allow more freedom for typing-inspect. (fa44ec8)
- rename library from
guards
to xsentinels
. (25f23cc)
- rename library from
guards
to xsentinels
. (f0a49d7)
- updated description. (c9e34a5)
Documentation
- attempt to make github not cache image. (4107ecf)
v1.1.4
1.1.4 (2022-10-14)
Bug Fixes
- enable prod publishing on force-publish workflow. (3833d77)
v1.1.3
1.1.3 (2022-10-14)
Documentation
v1.1.2
1.1.2 (2022-10-14)
Bug Fixes
v1.1.1
1.1.1 (2022-10-13)
Bug Fixes
- add missing deps for doc generator. (41d2270)
v1.1.0
1.1.0 (2022-10-13)
Features
- added a
create_sentinal
convenience method. (3fe13e2)
Bug Fixes
Documentation
- added standard docs that the other libraries will also be using. (a99526d)
- adjust api ref link. (efd39f6)
v1.0.0
1.0.0 (2022-10-01)
Features
- initial code and workflows (3727374)
Bug Fixes