Skip to content

Commit efcfd25

Browse files
committed
🌿 Prepares release 0.2.0 of commons
1 parent 95e43f7 commit efcfd25

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

ReleaseNotes.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
# Omni Reporter Commons Release Notes
22

3-
#### Release 0.1.7 - Upcoming
3+
#### Release 0.2.1 - Upcoming
44

55
1. Support for Group Coverage with Branch Coverage (mostly Coveralls)
66
2. Source encoding gets automatically chosen unless we configure flag `failOnNoEncoding` to `true`
77
3. Overseer option: `overseer`. If this option is on, the plugin will look for external reports and sources automatically following the [Overseer.md](./Overseer.md) document rules
8+
4. GoLang Coverage Support (`.out` files)
89

9-
#### Release 0.1.6 - Upcoming
10+
#### Release 0.2.0 - 2022/02/07
1011

11-
1. GoLang Coverage Support (`.out` files)
12-
2. Interoperability
12+
1. Interoperability
1313
- Important Static methods made available to `Clojure` and `Java`
1414
- Reduction of the need to create instances on the fly.
1515
3. LCov Expected Values Parsing Improvements - The absence of some values would generate an unwanted exception
1616
4. Clojure's language support
1717

18+
> This release contains breaking changes because it now supports interoperability between Kotlin and other JVM languages
19+
1820
#### Release 0.1.5 - 2022/02/02
1921

2022
###### Features

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.jesperancinha.plugins</groupId>
88
<artifactId>omni-coveragereporter-commons</artifactId>
9-
<version>0.1.6</version>
9+
<version>0.2.0</version>
1010

1111
<packaging>jar</packaging>
1212

@@ -36,7 +36,7 @@
3636
<connection>scm:git:git://github.com/JEsperancinhaOrg.git</connection>
3737
<developerConnection>scm:git:git://github.com/JEsperancinhaOrg.git</developerConnection>
3838
<url>https://github.com/JEsperancinhaOrg/omni-reporter-commons</url>
39-
<tag>0.1.6</tag>
39+
<tag>0.2.0</tag>
4040
</scm>
4141
<distributionManagement>
4242
<snapshotRepository>
@@ -89,7 +89,7 @@
8989
<coverage-parser_2.12.version>4.4.2</coverage-parser_2.12.version>
9090
<codacy-coverage-reporter.version>7.1.0</codacy-coverage-reporter.version>
9191
<logback-classic.version>1.3.0-alpha13</logback-classic.version>
92-
<omni-coveragereporter-maven-plugin.version>0.1.5</omni-coveragereporter-maven-plugin.version>
92+
<omni-coveragereporter-maven-plugin.version>0.2.0</omni-coveragereporter-maven-plugin.version>
9393
</properties>
9494

9595
<dependencies>

0 commit comments

Comments
 (0)