Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit a3cc793

Browse files
committed
simplified release notes infrastructure
1 parent d02bd68 commit a3cc793

File tree

11 files changed

+19
-69
lines changed

11 files changed

+19
-69
lines changed

src/main/asciidoc/releasenotes/1.4.adoc renamed to src/main/asciidoc/release-notes.adoc

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
ifndef::jqa-in-manual[== Version 1.4]
2-
ifdef::jqa-in-manual[== JUnit Plugin 1.4]
1+
2+
= JUnit Plugin
3+
4+
== 1.10.0
5+
6+
* Added support for additional assert methods to concept `junit5:AssertMethod`.
7+
** The concept now matches all methods in `org.junit.jupiter.api.Assertions` starting with `assert`, thus now supports `assertThrows` and `assertTimeout*`.
8+
9+
== 1.4
310

411
=== Support for Junit 5 added
512

@@ -15,5 +22,15 @@ https://github.com/buschmais/jqa-junit-plugin/issues/2[buschmais/jqa-junit-plugi
1522
* Renamed `junit4:TestMethodWithoutAssertion` to `junit:TestMethodWithoutAssertion`
1623
because of added support for JUnit 5.
1724

25+
== 1.3
26+
27+
* Only internal changes.
28+
29+
== 1.2
30+
31+
* Maven coordinates changed from `com.buschmais.jqassistant.plugin:jqassistant.plugin.junit`
32+
to `com.buschmais.jqassistant.plugin:junit`.
33+
* No functional changes since version 1.1.3.
34+
1835

1936

src/main/asciidoc/releasenotes/1.10.0.adoc

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/main/asciidoc/releasenotes/1.11.0.adoc

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/main/asciidoc/releasenotes/1.2.adoc

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/main/asciidoc/releasenotes/1.3.adoc

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/main/asciidoc/releasenotes/1.5.0.adoc

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/main/asciidoc/releasenotes/1.6.0.adoc

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/main/asciidoc/releasenotes/1.7.0.adoc

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/main/asciidoc/releasenotes/1.8.0.adoc

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/main/asciidoc/releasenotes/1.9.0.adoc

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)