Releases: bobthemighty/punq
Releases · bobthemighty/punq
Refresh toolchain
Bringing the toolchain up to date after a long period of hibernation.
v0.7.0
Changes
📦 Dependencies
- Bump nox-poetry from 0.9.0 to 1.0.2 in /.github/workflows (#147) @dependabot
- Bump actions/upload-artifact from 2.2.4 to 2.3.1 (#61) @dependabot
v0.6.2
Changes
- Fix/forwardref in 3.6 (#64) @bobthemighty
📦 Dependencies
- Bump flake8-bugbear from 21.11.29 to 22.1.11 (#62) @dependabot
v0.6.1
Changes
- No changes
v0.6.0
v0.5
Releases default params + instantiate method
Support singleton instances
Revert to namedtuple over dataclass for python 3.6 This means we can't use the registration to cache the resolution result any more so instead we just introduce a new 'singletons' property on the Container itself, which is nice and simple I guess.
Fix for resolve with arguments and complex dependencies
v0.3.0 Exclude compat from coverage
v0.2
Initial travis release
Added build stuff (#5) * Added build stuff * Makefile * .travis.yml * Fix for python 3.7 generic list test