Skip to content

Commit

Permalink
[2.0.1] Update changelog and license year
Browse files Browse the repository at this point in the history
  • Loading branch information
cj-wong committed Mar 26, 2021
1 parent 9c507b5 commit 0554b99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ 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/).

## [2.0.1] - 2021-03-26
### Changed
- Updated `google-api-python-client` to 2.0.2 and its dependencies. Although this is a breaking change from the module's end, no changes were needed for the project.
- The project has been linted with `Flake8` and `mypy`.

### Security
- Updated `pyyaml` and `rsa` for dependabot alerts.

## [2.0.0] - 2020-04-29
### Changed
- The project has been renamed to *Caltab* for brevity: a tab (spreadsheet) with calendar entries' durations.
Expand Down Expand Up @@ -41,16 +49,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.1.0] - 2019-10-12
### Added
- [`config.py`](config.py) handles configuration shared between all the modules.
- [config.py]. handles configuration shared between all the modules.
- `api_handler.py` handles the *Google API* credentials and directly calls `gcalendar.py` & `gsheets.py`
- `gcalendar.py` & `gsheets.py` handle their respective *Google API* modules.

### Changed
- `process.py` was broken into the three new modules, for modularity.
- Furthermore, the Apache License *Google LLC*-licensed code was moved to [`config.py`](config.py)
- Furthermore, the Apache License *Google LLC*-licensed code was moved to [config.py].
- Instead of calling `sys.exit`, a new exception `api_handler.ExpiredCredentialsError` is raised.
- Several functions were simplified in name, because `gsheets.Sheets.get_sheet_ids` is redundant compared to `gsheets.Sheets.get_ids`.

## [1.0.0] - 2019-09-26
### Added
- Initial version

[config.py]: config.py
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Caltab
Copyright 2019-2020 cj-wong
Copyright 2019-2021 cj-wong

G Suite Python Samples
Copyright 2018 Google LLC
Expand Down

0 comments on commit 0554b99

Please sign in to comment.