Skip to content

Commit 6006d96

Browse files
committed
Release v0.4.5 [skip ci]
1 parent eb61317 commit 6006d96

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Changes by Version
22

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
47

58
## [v0.4.4](https://github.com/libj/mail/compare/14af7db24e794ad25f2c3b9a589d917a96dd0e29..ea0c78a2fbe3f9c63bbf44070def7c2022421e64) (2023-09-20)
69
* #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`
1114
* #1 Transition to GitHub Actions
1215

1316
## [v0.4.3](https://github.com/libj/mail/compare/467033f9dbc218fdeb03b039157e4fe3195276ee..14af7db24e794ad25f2c3b9a589d917a96dd0e29) (2020-05-23)

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<parent>
2323
<groupId>org.libj</groupId>
2424
<artifactId>libj</artifactId>
25-
<version>0.9.9-SNAPSHOT</version>
25+
<version>0.9.9</version>
2626
</parent>
2727
<artifactId>mail</artifactId>
28-
<version>0.4.5-SNAPSHOT</version>
28+
<version>0.4.5</version>
2929
<name>LibJ Mail</name>
3030
<description>
3131
Supplementary extensions to the java.mail package.
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.libj</groupId>
3636
<artifactId>lang</artifactId>
37-
<version>0.8.1-SNAPSHOT</version>
37+
<version>0.8.1</version>
3838
</dependency>
3939

4040
<dependency>

0 commit comments

Comments
 (0)