Skip to content

Commit 9da587d

Browse files
committed
Add changelog, bump license year
1 parent a827949 commit 9da587d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Uploadcare, Inc
3+
Copyright (c) 2024 Uploadcare, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
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',

0 commit comments

Comments
 (0)