File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changes by Version
2
2
3
- ## [ v0.4.5-SNAPSHOT] ( https://github.com/libj/util/compare/ea0c78a2fbe3f9c63bbf44070def7c2022421e64..HEAD )
3
+ ## [ v0.4.6-SNAPSHOT] ( https://github.com/libj/util/compare/eb6131729d2eef5a25506e6e223bbcfcf75cac24..HEAD )
4
+
5
+ ## [ v0.4.5] ( https://github.com/libj/util/compare/ea0c78a2fbe3f9c63bbf44070def7c2022421e64..eb6131729d2eef5a25506e6e223bbcfcf75cac24 ) (2024-02-27)
6
+ * #8 Apply auto-formatting
4
7
5
8
## [ v0.4.4] ( https://github.com/libj/mail/compare/14af7db24e794ad25f2c3b9a589d917a96dd0e29..ea0c78a2fbe3f9c63bbf44070def7c2022421e64 ) (2023-09-20)
6
9
* #7 Upgrade Maven dependencies
7
- * #6 Dispatch email via Future
8
- * #5 Implement Builder for Mail.Dispatch
9
- * #3 Option(s) in Mail.Sender constructor
10
- * #2 Allow caller to set properties in Mail.Sender
10
+ * #6 Dispatch email via ` Future `
11
+ * #5 Implement ` Builder ` for ` Mail.Dispatch `
12
+ * #3 ` Option ` (s) in ` Mail.Sender ` constructor
13
+ * #2 Allow caller to set properties in ` Mail.Sender `
11
14
* #1 Transition to GitHub Actions
12
15
13
16
## [ v0.4.3] ( https://github.com/libj/mail/compare/467033f9dbc218fdeb03b039157e4fe3195276ee..14af7db24e794ad25f2c3b9a589d917a96dd0e29 ) (2020-05-23)
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.libj</groupId >
24
24
<artifactId >libj</artifactId >
25
- <version >0.9.9-SNAPSHOT </version >
25
+ <version >0.9.9</version >
26
26
</parent >
27
27
<artifactId >mail</artifactId >
28
- <version >0.4.5-SNAPSHOT </version >
28
+ <version >0.4.5</version >
29
29
<name >LibJ Mail</name >
30
30
<description >
31
31
Supplementary extensions to the java.mail package.
34
34
<dependency >
35
35
<groupId >org.libj</groupId >
36
36
<artifactId >lang</artifactId >
37
- <version >0.8.1-SNAPSHOT </version >
37
+ <version >0.8.1</version >
38
38
</dependency >
39
39
40
40
<dependency >
You can’t perform that action at this time.
0 commit comments