Skip to content

Releases: Beauhurst/secrets-management

v0.1.0

18 Mar 12:48
ea5dc38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.1.0

v0.0.9

31 Aug 20:37
Compare
Choose a tag to compare

What's Changed

  • Fix import error in v0.0.8

Full Changelog: v0.0.8...v0.0.9

v0.0.8

31 Aug 15:14
0243106
Compare
Choose a tag to compare

What's Changed

  • Explicitly set secret_refresh_interval to avoid triggering deprecation warning message by @kevinmarsh in #15

Full Changelog: v0.0.7...v0.0.8

v0.0.7

02 Aug 09:27
50a3a14
Compare
Choose a tag to compare
  • Drops support for Python 3.6 and 3.7

Full Changelog: v0.0.6...v0.0.7

v0.0.6

01 Mar 15:40
bb27da5
Compare
Choose a tag to compare
  • Fixes issue with missing Union import
  • Fix version number in setup.py

Full Changelog: v0.0.5...v0.0.6

v0.0.5

28 Feb 10:30
90f367e
Compare
Choose a tag to compare

What's Changed

  • bool_converter: distutils was deprecated in Python 3.10 by @kevinmarsh in #13
  • Secret: allow None to be used as a default value by @kevinmarsh in #12

Full Changelog: v0.0.4...v0.0.5

v0.0.4 - Add type casting option

21 Aug 13:54
23f2227
Compare
Choose a tag to compare
Bump version number to 0.0.4

v0.0.3 - Add MIT license

21 Aug 09:36
ad52ddf
Compare
Choose a tag to compare
Bump version to 0.0.3 to account for license additions

v0.0.2 - Switch to using Pip for installation

19 Aug 10:59
e3e3007
Compare
Choose a tag to compare
Merge pull request #4 from Beauhurst/feature/add-setup-py

Setup: add a setup.py and restructure repo so we can pip install this package