diff --git a/README.md b/README.md index c2a9ca57c9..678941f935 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ framework. ###### Gradle ``` -testImplementation 'com.tngtech.archunit:archunit:0.20.0' +testImplementation 'com.tngtech.archunit:archunit:0.20.1' ``` ###### Maven @@ -26,7 +26,7 @@ testImplementation 'com.tngtech.archunit:archunit:0.20.0' com.tngtech.archunit archunit - 0.20.0 + 0.20.1 test ``` diff --git a/build.gradle b/build.gradle index fdcf58da8f..002ed7f420 100644 --- a/build.gradle +++ b/build.gradle @@ -104,7 +104,7 @@ ext { allprojects { group = 'com.tngtech.archunit' - version = '0.20.0' + version = '0.20.1' repositories { mavenCentral() diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index dfd6263d2c..d478215ce6 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -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/0.20.0 + url: https://javadoc.io/doc/com.tngtech.archunit/archunit/0.20.1 - title: "About" url: /about diff --git a/docs/_pages/getting-started.md b/docs/_pages/getting-started.md index 9849aa315a..d6517795e1 100644 --- a/docs/_pages/getting-started.md +++ b/docs/_pages/getting-started.md @@ -15,7 +15,7 @@ ArchUnit can be obtained from Maven Central. com.tngtech.archunit archunit - 0.20.0 + 0.20.1 test ``` @@ -23,7 +23,7 @@ ArchUnit can be obtained from Maven Central. #### Gradle ```groovy dependencies { - testImplementation 'com.tngtech.archunit:archunit:0.20.0' + testImplementation 'com.tngtech.archunit:archunit:0.20.1' } ``` diff --git a/docs/_posts/2021-07-16-release-v0.20.1.markdown b/docs/_posts/2021-07-16-release-v0.20.1.markdown new file mode 100644 index 0000000000..44080f20a4 --- /dev/null +++ b/docs/_posts/2021-07-16-release-v0.20.1.markdown @@ -0,0 +1,8 @@ +--- +layout: splash +title: "New release of ArchUnit (v0.20.1)" +date: 2021-07-16 12:00:00 +categories: news release +--- + +A new release of ArchUnit (v0.20.1) is out. For details see [the release on GitHub](https://github.com/TNG/ArchUnit/releases/tag/v0.20.1 "ArchUnit v0.20.1 on GitHub"). diff --git a/docs/userguide/html/000_Index.html b/docs/userguide/html/000_Index.html index 85d802b9c6..3fafa46ca8 100644 --- a/docs/userguide/html/000_Index.html +++ b/docs/userguide/html/000_Index.html @@ -449,7 +449,7 @@ @@ -646,7 +646,7 @@

2.2. JUnit 5

<dependency>
     <groupId>com.tngtech.archunit</groupId>
     <artifactId>archunit-junit5</artifactId>
-    <version>0.20.0</version>
+    <version>0.20.1</version>
     <scope>test</scope>
 </dependency>
@@ -655,7 +655,7 @@

2.2. JUnit 5

build.gradle
dependencies {
-    testImplementation 'com.tngtech.archunit:archunit-junit5:0.20.0'
+    testImplementation 'com.tngtech.archunit:archunit-junit5:0.20.1'
 }
@@ -672,7 +672,7 @@

<dependency> <groupId>com.tngtech.archunit</groupId> <artifactId>archunit</artifactId> - <version>0.20.0</version> + <version>0.20.1</version> <scope>test</scope> </dependency> @@ -681,7 +681,7 @@

build.gradle
dependencies {
-   testImplementation 'com.tngtech.archunit:archunit:0.20.0'
+   testImplementation 'com.tngtech.archunit:archunit:0.20.1'
 }