-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1fffdf3
commit 6b07864
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.9.2 | ||
current_version = 0.9.3 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ library(emayili) | |
packageVersion("emayili") | ||
``` | ||
|
||
[1] '0.9.2' | ||
[1] '0.9.3' | ||
|
||
Create a message object. | ||
|
||
|
@@ -152,8 +152,8 @@ Simply printing a message displays the header information. | |
``` | ||
|
||
Date: Tue, 28 Jan 2025 10:03:49 GMT | ||
X-Mailer: {emayili}-0.9.1 | ||
Date: Fri, 07 Feb 2025 04:50:01 GMT | ||
X-Mailer: {emayili}-0.9.3 | ||
MIME-Version: 1.0 | ||
From: [email protected] | ||
To: [email protected] | ||
|
@@ -201,8 +201,8 @@ envelope() %>% | |
text("Hello {{name}}!") | ||
``` | ||
|
||
Date: Tue, 28 Jan 2025 10:03:49 GMT | ||
X-Mailer: {emayili}-0.9.1 | ||
Date: Fri, 07 Feb 2025 04:50:01 GMT | ||
X-Mailer: {emayili}-0.9.3 | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; | ||
charset=utf-8; | ||
|
@@ -226,8 +226,8 @@ envelope() %>% | |
) | ||
``` | ||
|
||
Date: Tue, 28 Jan 2025 10:03:49 GMT | ||
X-Mailer: {emayili}-0.9.1 | ||
Date: Fri, 07 Feb 2025 04:50:01 GMT | ||
X-Mailer: {emayili}-0.9.3 | ||
MIME-Version: 1.0 | ||
Content-Type: text/html; | ||
charset=utf-8 | ||
|