Skip to content

Releases: adafruit/circup

1.2.1 - Fix --auto

13 Apr 00:47
2753e50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0 - auto install improvments

10 Apr 19:29
fd39347
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.5...1.2.0

1.1.5 find correct library package version

21 Mar 00:55
4015574
Compare
Choose a tag to compare

What's Changed

  • Fix issue circup unable to find with packaging libraries version by @Neradoc in #159

Full Changelog: 1.1.4...1.1.5

1.1.4 - handle bad mpy files; update dependency

09 Dec 23:59
55b0139
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.3 - suppress `~` in pip version strings

16 Sep 22:29
1910d6b
Compare
Choose a tag to compare

What's Changed

  • fix filtering all pip version strings in requirements.txt by @Neradoc in #153

Full Changelog: 1.1.2...1.1.3

1.1.2 - Library Version Fix

05 Jul 13:54
b7a28e6
Compare
Choose a tag to compare

Fix for issue caused by type annotations in library repo version variables resulting in circup not being able to find the correct version for them. Thank you @Neradoc

1.1.1 - Updated importlib_metadata version

05 Jul 13:23
b931a20
Compare
Choose a tag to compare

Updated the version pinned for importlib_metadata from 0.20 to 4.12.0, due to incompatibility with the most recent version of setuptools.

1.1.0 - support bundles for CircuitPython 8.x.x

08 Jun 12:54
2c23dd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.1.0

1.0.4 - special-case circuitpython_typing

18 Feb 15:43
86ff01c
Compare
Choose a tag to compare

Prevents spurious message:

WARNING:
	adafruit_typing is not a known CircuitPython library.

1.0.3 - require update_checker

24 Dec 19:58
14f7caf
Compare
Choose a tag to compare
Merge pull request #138 from adafruit/dhalbert-add-update-checker

add update_checker to install_requires