Skip to content

Commit e407ad8

Browse files
Merge pull request #43 from mailtrap/release-v1.1.0
Release v1.1.0
2 parents 8752403 + 93770ff commit e407ad8

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

.envrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export GPG_TTY=$(tty)
2+
export JAVA_TOOL_OPTIONS='-Duser.language=en -Duser.country=US'

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
java temurin-17.0.17+10
2+
maven 3.9.11

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Java](https://badgen.net/badge/icon/Java?icon=java&label=)
1+
![Java](https://badgen.net/badge/icon/Java?icon=java&label=)
22

33
# Official Mailtrap Java client
44

@@ -19,20 +19,20 @@ As Maven dependency:
1919
<dependency>
2020
<groupId>io.mailtrap</groupId>
2121
<artifactId>mailtrap-java</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.1.0</version>
2323
</dependency>
2424
```
2525

2626
As Gradle Groovy dependency:
2727

2828
```groovy
29-
implementation 'io.mailtrap:mailtrap-java:1.0.0'
29+
implementation 'io.mailtrap:mailtrap-java:1.1.0'
3030
```
3131

3232
As Gradle Kotlin DSL dependency:
3333

3434
```kotlin
35-
implementation("io.mailtrap:mailtrap-java:1.0.0")
35+
implementation("io.mailtrap:mailtrap-java:1.1.0")
3636
```
3737

3838
## Usage
@@ -146,6 +146,12 @@ You can find the API reference [here](https://mailtrap.github.io/mailtrap-java/i
146146

147147
Bug reports and pull requests are welcome on [GitHub](https://github.com/mailtrap/mailtrap-java). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](CODE_OF_CONDUCT.md).
148148

149+
### Build
150+
- Install [direnv](https://direnv.net/)
151+
- Install [asdf](https://asdf-vm.com/)
152+
- Install [asdf-java](https://github.com/halcyon/asdf-java) plugin
153+
- Install [asdf-maven](https://github.com/halcyon/asdf-maven) plugin
154+
149155
## License
150156

151157
The package is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ Maven dependency:
1717
<dependency>
1818
<groupId>io.mailtrap</groupId>
1919
<artifactId>mailtrap-java</artifactId>
20-
<version>1.0.0</version>
20+
<version>1.1.0</version>
2121
</dependency>
2222
```
2323

2424
Gradle Groovy dependency:
2525

2626
```groovy
27-
implementation 'io.mailtrap:mailtrap-java:1.0.0'
27+
implementation 'io.mailtrap:mailtrap-java:1.1.0'
2828
```
2929

3030
Gradle Kotlin DSL dependency:
3131

3232
```kotlin
33-
implementation("io.mailtrap:mailtrap-java:1.0.0")
33+
implementation("io.mailtrap:mailtrap-java:1.1.0")
3434
```
3535

3636
### 2. Authentication

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.mailtrap</groupId>
88
<artifactId>mailtrap-java</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.1.0</version>
1010

1111
<name>Mailtrap Java SDK</name>
1212
<description>The official Mailtrap SDK for Java provides Java APIs

0 commit comments

Comments
 (0)