Use uv instead of pipenv. Ensure work with Python 3.12

This commit is contained in:
Phil Gyford
2024-11-30 20:20:45 +00:00
parent dfba84ecd8
commit 5e7a17223e
9 changed files with 344 additions and 147 deletions

View File

@@ -1,20 +1,55 @@
# Changelog
## 2.3.0 - 2024-11-30
### Added
- Support for installing dependencies with `uv`.
### Removed
- Removed `Pipfile` and `Pipfile.lock` for use with pipenv.
### Changed
- Test it works with Python 3.12.
## 2.2.1 - 2019-10-10
* Fix verbose output (it was outputting a lot of JSON).
### Fixed
- Fix verbose output (it was outputting a lot of JSON).
## 2.2.0 - 2019-09-22
* Fix so it works on python 3.5.
### Changed
- Fix so it works on python 3.5.
## 2.1.0 - 2019-09-22
* Update ics module requirement to 0.5.
### Changed
- Update ics module requirement to 0.5.
## 2.0.0 - 2019-09-22
* Add `k`/`--kind` option and generation of KML files
### Added
- Add `k`/`--kind` option and generation of KML files
## 1.1.0 - 2019-06-14
* Add `--all` option for fetching all checkins
* Add `v`/`--verbose` option for displaying output
### Added
- Add `--all` option for fetching all checkins
- Add `v`/`--verbose` option for displaying output
## 1.0.0 - 2019-04-27
* Initial release
- Initial release