Releases: wayfair-incubator/little-cheesemonger
v0.2.1: Releasing bug fixes 0.2.1rc1 and 0.2.1rc2 as latest (#83)
Library documentation says that python versions should be provided like this:
python_versions = [
"cp36-cp36m"
"cp38-cp38"
]
This is, in fact, untrue. After 0.2.0, versions needed to be provided like
python_versions = [
"CP36_CP36M"
"CP38_CP38"
]
This release fixes bugs in the code so that the provided documentation is accurate.
In addition, this release fixes a bug that blocked the install of python packages because a python binary could not be looked up.
Resolve bug in providing python versions
Library documentation says that python versions should be provided like this:
python_versions = [
"cp36-cp36m"
"cp38-cp38"
]
This is, in fact, untrue. After 0.2.0, versions needed to be provided like
python_versions = [
"CP36_CP36M"
"CP38_CP38"
]
This PR makes fixes so that the provided documentation is accurate.
Resolve bug in looking up python binaries
This release resolves a bug that prevented python packages from being installed correctly because binaries could not be found.
v0.2.0
[0.2.0] - 2021-10-01
Changed
- Uppercase Enum keys
- Expand click version range to click>=7.1,<9
Initial Release
Initial Release
v0.1.0rc2
Merge pull request #21 from wayfair-incubator/cantonellis_implement_p…
v0.1.0rc1
bumped release candidate version
v0.1.0rc0
Merge pull request #18 from wayfair-incubator/cantonellis_publish_0.1…