Skip to content

Commit

Permalink
Prepare v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsberg committed Oct 23, 2024
1 parent 578b6b5 commit ab66a77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log for `junit5-system-exit`

### 2.0.1
- TBD

### 2.0.0
- Remove terminally deprecated `SecurityManager` approach for preventing `System.exit()` calls.
- Add Java Agent-based approach. Calls to `System.exit()` are rewritten as classes are loaded.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ your test task. Please consult the [FAQ](#faq) below if you run into problems.
#### 1. Copy the following into your `build.gradle` or `build.gradle.kts`.

```groovy
testImplementation("com.ginsberg:junit5-system-exit:2.0.0")
testImplementation("com.ginsberg:junit5-system-exit:2.0.1")
```

#### 2. Enable the Java Agent
Expand Down Expand Up @@ -73,7 +73,7 @@ test {
<dependency>
<groupId>com.ginsberg</groupId>
<artifactId>junit5-system-exit</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0-SNAPSHOT
2.0.1-SNAPSHOT

0 comments on commit ab66a77

Please sign in to comment.