Skip to content

Changelog

1.3.1 (2025-01-30)

Bug Fixes

  • move py.typed file into package directory, was in wrong location. (e5e86e4)

1.3.0 (2025-01-30)

Features

Documentation

  • update readme with proper python versions supported. (470ae5d)

1.2.2 (2023-04-15)

Bug Fixes

1.2.1 (2023-02-03)

Bug Fixes

  • use lock to ensure only single object created. (56e8e5d)

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)

1.1.4 (2022-10-14)

Bug Fixes

  • enable prod publishing on force-publish workflow. (3833d77)

1.1.3 (2022-10-14)

Documentation

1.1.2 (2022-10-14)

Bug Fixes

1.1.1 (2022-10-13)

Bug Fixes

  • add missing deps for doc generator. (41d2270)

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)

1.0.0 (2022-10-01)

Features

  • initial code and workflows (3727374)

Bug Fixes