Skip to content

Releases: wayfair-incubator/little-cheesemonger

v0.2.1: Releasing bug fixes 0.2.1rc1 and 0.2.1rc2 as latest (#83)

21 Oct 20:19
a28d4de
Compare
Choose a tag to compare

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

21 Oct 13:16
2e31e51
Compare
Choose a tag to compare

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

20 Oct 15:57
6982d8a
Compare
Choose a tag to compare

This release resolves a bug that prevented python packages from being installed correctly because binaries could not be found.

v0.2.0

01 Oct 18:24
bb373a8
Compare
Choose a tag to compare

[0.2.0] - 2021-10-01

Changed

  • Uppercase Enum keys
  • Expand click version range to click>=7.1,<9

Initial Release

18 Feb 17:35
337dd4f
Compare
Choose a tag to compare

Initial Release

v0.1.0rc2

18 Feb 15:09
3e5c1e4
Compare
Choose a tag to compare
v0.1.0rc2 Pre-release
Pre-release
Merge pull request #21 from wayfair-incubator/cantonellis_implement_p…

v0.1.0rc1

18 Feb 00:41
Compare
Choose a tag to compare
v0.1.0rc1 Pre-release
Pre-release
bumped release candidate version

v0.1.0rc0

17 Feb 19:16
7b7d71c
Compare
Choose a tag to compare
v0.1.0rc0 Pre-release
Pre-release
Merge pull request #18 from wayfair-incubator/cantonellis_publish_0.1…