File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ # History
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a
6+ Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project
7+ adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8+
9+ ## [ 2.0.0] - 2024-05-15
10+
11+ ### Added
12+
13+ - Changelog :)
14+ - Support for uploading files from AWS S3 buckets.
15+ - Functionality to save credentials in a .env file
16+ - Drop command to clear all saved data: records in the database,
17+ logs from the /logs directory, and all accesses from the .env file.
18+ - New commands to the CLI.
19+ - Support for new Python versions
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2022 Uploadcare, Inc
3+ Copyright (c) 2024 Uploadcare, Inc
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 3434 install_requires = [
3535 'aiohttp==3.9.5' ,
3636 'click==8.1.7' ,
37- 'click==8.1.3' ,
3837 'python-dateutil==2.8.2' ,
3938 'tqdm==4.66.4' ,
4039 'colorama==0.4.6' ,
You can’t perform that action at this time.
0 commit comments