Skip to content

Commit

Permalink
[Release] 2.0.0
Browse files Browse the repository at this point in the history
[Release] 2.0.0
  • Loading branch information
loadsmart-rollbot[bot] authored Jan 4, 2024
1 parent 6456e33 commit 3597d11
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 23 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.

## [Unreleased]

## [2.0.0] - 2024-01-04
### Added
- Create new Attachment.content_disposition #30
- Add a new method to create the client based on the account_json client #29
- Add support for newer Python versions(3.7, 3.8, 3.9, 3.10, 3.11, 3.12) #29
- Create new way to create the gmail client. #29

### Removed
- Drop support for python 3.6 #29

## [1.5.0] - 2020-07-21
### Added
- Officially release as an open-source project
Expand All @@ -24,7 +34,6 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.
### Added
- Support recursive parts for attachment lookup


## [1.3.1] - 2020-01-20
### Added
- Support less used formats of Message-ID
Expand Down Expand Up @@ -69,7 +78,8 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.
### Added
- This is the very first release. It is not stable yet but might work 😄

[Unreleased]: https://github.com/loadsmart/gmail-wrapper/compare/1.5.0...HEAD
[Unreleased]: https://github.com/loadsmart/gmail-wrapper/compare/2.0.0...HEAD
[2.0.0]: https://github.com/loadsmart/gmail-wrapper/compare/1.5.0...2.0.0
[1.5.0]: https://github.com/loadsmart/gmail-wrapper/compare/1.4.1...1.5.0
[1.4.1]: https://github.com/loadsmart/gmail-wrapper/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/loadsmart/gmail-wrapper/compare/1.3.2...1.4.0
Expand All @@ -84,4 +94,4 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.
[1.0.0]: https://github.com/loadsmart/gmail-wrapper/compare/0.3.0...1.0.0
[0.3.0]: https://github.com/loadsmart/gmail-wrapper/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/loadsmart/gmail-wrapper/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/loadsmart/gmail-wrapper/compare/0.1.0...0.1.0
[0.1.0]: https://github.com/loadsmart/gmail-wrapper/compare/0.1.0...0.1.0
4 changes: 0 additions & 4 deletions changelogs/unreleased/feat-1.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/unreleased/feat-2.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/unreleased/feat-3.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/unreleased/feat-4.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/unreleased/removal-1.yml

This file was deleted.

0 comments on commit 3597d11

Please sign in to comment.