Skip to content

Releases: xyngular/py-xsentinels

v1.2.2

15 Apr 14:10
3ed3212
Compare
Choose a tag to compare

1.2.2 (2023-04-15)

Bug Fixes

v1.2.1

03 Feb 15:52
c007871
Compare
Choose a tag to compare

1.2.1 (2023-02-03)

Bug Fixes

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

v1.2.0

19 Nov 20:48
e742b6b
Compare
Choose a tag to compare

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

14 Oct 15:50
3e52f27
Compare
Choose a tag to compare

1.1.4 (2022-10-14)

Bug Fixes

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

v1.1.3

14 Oct 15:39
0710468
Compare
Choose a tag to compare

1.1.3 (2022-10-14)

Documentation

v1.1.2

14 Oct 14:04
03cdab5
Compare
Choose a tag to compare

1.1.2 (2022-10-14)

Bug Fixes

v1.1.1

13 Oct 20:42
769c7ba
Compare
Choose a tag to compare

1.1.1 (2022-10-13)

Bug Fixes

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

v1.1.0

13 Oct 19:37
1df9457
Compare
Choose a tag to compare

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

01 Oct 17:54
42baf01
Compare
Choose a tag to compare

1.0.0 (2022-10-01)

Features

  • initial code and workflows (3727374)

Bug Fixes