File tree 12 files changed +35
-10
lines changed
12 files changed +35
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.9.1] - 2024-08-28
11
+
12
+ ### Fixed
13
+
14
+ - Fix missing javadoc resources
15
+
10
16
## [ 0.9.0] - 2024-08-28
11
17
12
18
This release adds a release command that greatly improves the use of heylogs in automations.
@@ -167,7 +173,8 @@ This release improves extension points and also aligns features of Maven plugin
167
173
168
174
- Initial release
169
175
170
- [ Unreleased ] : https://github.com/nbbrd/heylogs/compare/v0.9.0...HEAD
176
+ [ Unreleased ] : https://github.com/nbbrd/heylogs/compare/v0.9.1...HEAD
177
+ [ 0.9.1 ] : https://github.com/nbbrd/heylogs/compare/v0.9.0...v0.9.1
171
178
[ 0.9.0 ] : https://github.com/nbbrd/heylogs/compare/v0.8.1...v0.9.0
172
179
[ 0.8.1 ] : https://github.com/nbbrd/heylogs/compare/v0.8.0...v0.8.1
173
180
[ 0.8.0 ] : https://github.com/nbbrd/heylogs/compare/v0.7.2...v0.8.0
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.github.nbbrd.heylogs</groupId >
9
9
<artifactId >heylogs-parent</artifactId >
10
- <version >0.9.0 </version >
10
+ <version >0.9.1 </version >
11
11
</parent >
12
12
13
13
<artifactId >heylogs-api</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.github.nbbrd.heylogs</groupId >
9
9
<artifactId >heylogs-parent</artifactId >
10
- <version >0.9.0 </version >
10
+ <version >0.9.1 </version >
11
11
</parent >
12
12
13
13
<artifactId >heylogs-bom</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.github.nbbrd.heylogs</groupId >
9
9
<artifactId >heylogs-parent</artifactId >
10
- <version >0.9.0 </version >
10
+ <version >0.9.1 </version >
11
11
</parent >
12
12
13
13
<artifactId >heylogs-cli</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.github.nbbrd.heylogs</groupId >
9
9
<artifactId >heylogs-parent</artifactId >
10
- <version >0.9.0 </version >
10
+ <version >0.9.1 </version >
11
11
</parent >
12
12
13
13
<artifactId >heylogs-ext-github</artifactId >
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Workaround for JavaDoc issues with Lombok.
3
+ */
4
+ public class EmptyJavaDoc {
5
+
6
+ }
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.github.nbbrd.heylogs</groupId >
9
9
<artifactId >heylogs-parent</artifactId >
10
- <version >0.9.0 </version >
10
+ <version >0.9.1 </version >
11
11
</parent >
12
12
13
13
<artifactId >heylogs-ext-json</artifactId >
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Workaround for JavaDoc issues with Lombok.
3
+ */
4
+ public class EmptyJavaDoc {
5
+
6
+ }
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.github.nbbrd.heylogs</groupId >
9
9
<artifactId >heylogs-parent</artifactId >
10
- <version >0.9.0 </version >
10
+ <version >0.9.1 </version >
11
11
</parent >
12
12
13
13
<artifactId >heylogs-ext-semver</artifactId >
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Workaround for JavaDoc issues with Lombok.
3
+ */
4
+ public class EmptyJavaDoc {
5
+
6
+ }
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.github.nbbrd.heylogs</groupId >
9
9
<artifactId >heylogs-parent</artifactId >
10
- <version >0.9.0 </version >
10
+ <version >0.9.1 </version >
11
11
</parent >
12
12
13
13
<artifactId >heylogs-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.nbbrd.heylogs</groupId >
8
8
<artifactId >heylogs-parent</artifactId >
9
- <version >0.9.0 </version >
9
+ <version >0.9.1 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >heylogs</name >
39
39
<properties >
40
40
<!-- Java 8+ config -->
41
41
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
42
- <project .build.outputTimestamp>2024-08-28T13:40:35Z </project .build.outputTimestamp>
42
+ <project .build.outputTimestamp>2024-08-28T15:15:37Z </project .build.outputTimestamp>
43
43
<maven .compiler.target>1.8</maven .compiler.target>
44
44
<maven .compiler.source>1.8</maven .compiler.source>
45
45
You can’t perform that action at this time.
0 commit comments