Skip to content

Commit 3597d11

Browse files
[Release] 2.0.0
[Release] 2.0.0
1 parent 6456e33 commit 3597d11

File tree

6 files changed

+13
-23
lines changed

6 files changed

+13
-23
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.
88

99
## [Unreleased]
1010

11+
## [2.0.0] - 2024-01-04
12+
### Added
13+
- Create new Attachment.content_disposition #30
14+
- Add a new method to create the client based on the account_json client #29
15+
- Add support for newer Python versions(3.7, 3.8, 3.9, 3.10, 3.11, 3.12) #29
16+
- Create new way to create the gmail client. #29
17+
18+
### Removed
19+
- Drop support for python 3.6 #29
20+
1121
## [1.5.0] - 2020-07-21
1222
### Added
1323
- Officially release as an open-source project
@@ -24,7 +34,6 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.
2434
### Added
2535
- Support recursive parts for attachment lookup
2636

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

72-
[Unreleased]: https://github.com/loadsmart/gmail-wrapper/compare/1.5.0...HEAD
81+
[Unreleased]: https://github.com/loadsmart/gmail-wrapper/compare/2.0.0...HEAD
82+
[2.0.0]: https://github.com/loadsmart/gmail-wrapper/compare/1.5.0...2.0.0
7383
[1.5.0]: https://github.com/loadsmart/gmail-wrapper/compare/1.4.1...1.5.0
7484
[1.4.1]: https://github.com/loadsmart/gmail-wrapper/compare/1.4.0...1.4.1
7585
[1.4.0]: https://github.com/loadsmart/gmail-wrapper/compare/1.3.2...1.4.0
@@ -84,4 +94,4 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.
8494
[1.0.0]: https://github.com/loadsmart/gmail-wrapper/compare/0.3.0...1.0.0
8595
[0.3.0]: https://github.com/loadsmart/gmail-wrapper/compare/0.2.0...0.3.0
8696
[0.2.0]: https://github.com/loadsmart/gmail-wrapper/compare/0.1.0...0.2.0
87-
[0.1.0]: https://github.com/loadsmart/gmail-wrapper/compare/0.1.0...0.1.0
97+
[0.1.0]: https://github.com/loadsmart/gmail-wrapper/compare/0.1.0...0.1.0

changelogs/unreleased/feat-1.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/unreleased/feat-2.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/unreleased/feat-3.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/unreleased/feat-4.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/unreleased/removal-1.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)