Skip to content

Commit

Permalink
Add changelog, bump license year
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed May 15, 2024
1 parent a827949 commit 9da587d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# History

All notable changes to this project will be documented in this file.

The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.0] - 2024-05-15

### Added

- Changelog :)
- Support for uploading files from AWS S3 buckets.
- Functionality to save credentials in a .env file
- Drop command to clear all saved data: records in the database,
logs from the /logs directory, and all accesses from the .env file.
- New commands to the CLI.
- Support for new Python versions
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Uploadcare, Inc
Copyright (c) 2024 Uploadcare, Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
install_requires=[
'aiohttp==3.9.5',
'click==8.1.7',
'click==8.1.3',
'python-dateutil==2.8.2',
'tqdm==4.66.4',
'colorama==0.4.6',
Expand Down

0 comments on commit 9da587d

Please sign in to comment.