forked from EstebanBorai/mailjet-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
38 lines (29 loc) · 862 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Changelog
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).
## [v0.2.0] - 2021-08-01
### Added
- Support tokio 1.x instead of 0.x
## [v0.1.2] - 2020-09-15
### Added
- CI workflows
- Unit tests
### Improved
- Documentation
- Use MIT License to match Mailjet
## [v0.1.1] - 2020-09-13
### Added
- Crates and Docs Badges to README
### Improved
- Documentation
## [v0.1.0] - 2020-09-12
### Added
- Support for template variables (`Vars` fields)
## [v0.0.0-apiv0.1.0] - 2020-09-12
### Removed
- Remove `Email` struct in favor of `Message` struct
## [v0.0.0-apiv0.0.0] - 2020-09-12
### Added
- API Draft with compatibility for Send API Version 3
- Rust/Mailjet Fan Logo