Skip to content

Releases: MozillaSecurity/lithium

v4.0.0

12 Nov 19:10
Compare
Choose a tag to compare
Refactor checking for substring in output

v3.0.0

03 Jul 12:40
Compare
Choose a tag to compare

What's Changed

  • Support for Python 3.12
  • Replace use of pkg_resources with importlib.metadata by @jschwartzentruber in #99

Full Changelog: v2.0.1...v3.0.0

v2.0.1

18 Jun 15:22
823ca21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

28 May 19:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v2.0.0

v1.1.1

29 Dec 19:51
95341da
Compare
Choose a tag to compare

What's Changed

  • Search string must be encoded to bytes by @pyoor in #93

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Dec 20:19
439f0f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Release 1.0.0

07 Jul 17:04
v1.0.0
Compare
Choose a tag to compare
  • Drop Python 3.7

v0.6.2: Merge pull request #85 from MozillaSecurity/fix-type

31 Jan 21:59
f440393
Compare
Choose a tag to compare

Release 0.6.1

18 Nov 14:40
Compare
Choose a tag to compare
  • Fix typo

Release 0.6.0

06 Jul 21:08
Compare
Choose a tag to compare
  • Add type annotations (thanks @nth10sd!)
  • Fix bugs found while adding type annotations