Releases: tekktrik/CircuitPython_CSV
2.0.3.post0 - Update requirements file for sphinx
Updated requirements file for sphinx/ReadTheDocs. No functional changes were made since the last release.
What's Changed
Full Changelog: 2.0.3...2.0.3.post0
2.0.3 - Updated repository infrastructure
Updated repository infrastructure. No functional changes were made since the last release.
What's Changed
- Add Dependabot by @tekktrik in #29
- Update sphinx requirement from ~=8.1 to ~=9.1 by @dependabot[bot] in #30
New Contributors
- @dependabot[bot] made their first contribution in #30
Full Changelog: 2.0.2...2.0.3
2.0.2 - Updated repository infrastructure
Updated repository infrastructure. No functional changes were made since the last release.
2.0.1 - Fix README, license text
Fixed README badges and PSF2 license text. No functional changes were made since the last release.
2.0.0 - Use f-string, minor bug fix, and infrastructure update
- Changed to us f-string for regex expression, which it technically a breaking change if using an older version of CircuitPython where f-strings were turned off in the build
- Fixed a bug where a newline was mistakenly not detected
- Updated repository infrastructure
1.1.5 - Minor updates to README
Added minor updates to README. No functional changes were made since the last release.
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv.
Read the docs for info on how to use it.
1.1.4 - Add examples to documentation
Added more examples to the Sphinx documentation. No functional changes were made since the last release. Thanks @jposada202020!
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv.
Read the docs for info on how to use it.
1.1.3 - Updated CI
Updated CI to use new composite actions. No functional changes were made since last release.
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv.
Read the docs for info on how to use it.
1.1.2 - Infastructure updates
- Updated
circupinstallation instructions - Updated to use latest
pylintversion with Python 3.11 - Explicitly provide licenses and attribution for code ported from CPython
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv.
Read the docs for info on how to use it.
1.1.1 - Added additional README badges
Added additional badges to the README. No functional changes were made since the previous release.
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv.
Read the docs for info on how to use it.