Skip to content

Commit

Permalink
prepare release 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: codecholeric <action@github.com>
  • Loading branch information
actions-user committed Apr 11, 2024
1 parent e4fa41e commit dc7238f
Show file tree
Hide file tree
Showing 45 changed files with 184 additions and 130 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ framework.
###### Gradle

```
testImplementation 'com.tngtech.archunit:archunit:1.2.1'
testImplementation 'com.tngtech.archunit:archunit:1.3.0'
```

###### Maven
Expand All @@ -26,7 +26,7 @@ testImplementation 'com.tngtech.archunit:archunit:1.2.1'
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ main:
- title: "User Guide"
url: /userguide/html/000_Index.html
- title: "API"
url: https://javadoc.io/doc/com.tngtech.archunit/archunit/1.2.1
url: https://javadoc.io/doc/com.tngtech.archunit/archunit/1.3.0
- title: "About"
url: /about
4 changes: 2 additions & 2 deletions docs/_pages/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ ArchUnit can be obtained from Maven Central.
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
```

#### Gradle
```groovy
dependencies {
testImplementation 'com.tngtech.archunit:archunit:1.2.1'
testImplementation 'com.tngtech.archunit:archunit:1.3.0'
}
```

Expand Down
14 changes: 7 additions & 7 deletions docs/_pages/use-cases.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/_posts/2024-04-11-release-v1.3.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: splash
title: "New release of ArchUnit (v1.3.0)"
date: 2024-04-11 12:00:00
categories: news release
---

A new release of ArchUnit (v1.3.0) is out. For details see [the release on GitHub](https://github.com/TNG/ArchUnit/releases/tag/v1.3.0 "ArchUnit v1.3.0 on GitHub").
261 changes: 144 additions & 117 deletions docs/userguide/html/000_Index.html

Large diffs are not rendered by default.

Binary file removed docs/userguide/html/class-naming-deps.png
Binary file not shown.
1 change: 1 addition & 0 deletions docs/userguide/html/class-naming-deps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/userguide/html/class-package-contain.png
Binary file not shown.
1 change: 1 addition & 0 deletions docs/userguide/html/class-package-contain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/userguide/html/cycle-check.png
Binary file not shown.
Loading

0 comments on commit dc7238f

Please sign in to comment.