Skip to content

Commit 8ca33d6

Browse files
committed
Automatic docs and changelog generation
1 parent f2556d9 commit 8ca33d6

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.2) (2023-10-13)
4+
5+
**Merged pull requests:**
6+
7+
- add explicit HandlerRegistry dependency [\#90](https://github.com/reactive-commons/reactive-commons-java/pull/90)
8+
- add explicit HandlerRegistry dependency [\#89](https://github.com/reactive-commons/reactive-commons-java/pull/89)
9+
310
## [2.0.1](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.1) (2023-07-19)
411

512
**Merged pull requests:**
613

714
- Creacion pruebas unitarias [\#87](https://github.com/reactive-commons/reactive-commons-java/pull/87)
815
- Feature/eda [\#86](https://github.com/reactive-commons/reactive-commons-java/pull/86)
16+
- Feature/eda [\#85](https://github.com/reactive-commons/reactive-commons-java/pull/85)
917

1018
## [2.0.0](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.0) (2023-03-03)
1119

@@ -15,7 +23,6 @@
1523

1624
**Merged pull requests:**
1725

18-
- Feature/eda [\#85](https://github.com/reactive-commons/reactive-commons-java/pull/85)
1926
- update asciidoctor [\#83](https://github.com/reactive-commons/reactive-commons-java/pull/83)
2027
- Feature/spring boot 3 [\#82](https://github.com/reactive-commons/reactive-commons-java/pull/82)
2128
- 73: Updated tests for NameGenerator [\#77](https://github.com/reactive-commons/reactive-commons-java/pull/77)
@@ -90,6 +97,10 @@
9097

9198
## [1.0.0-beta8](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta8) (2021-04-26)
9299

100+
**Merged pull requests:**
101+
102+
- Common classes separation from RabbitMQ Implementation [\#56](https://github.com/reactive-commons/reactive-commons-java/pull/56)
103+
93104
## [1.0.0-beta7.1](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta7.1) (2021-04-21)
94105

95106
## [1.0.0-beta7](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta7) (2021-04-21)
@@ -123,7 +134,6 @@
123134

124135
**Merged pull requests:**
125136

126-
- Common classes separation from RabbitMQ Implementation [\#56](https://github.com/reactive-commons/reactive-commons-java/pull/56)
127137
- Implement Query delegate [\#46](https://github.com/reactive-commons/reactive-commons-java/pull/46)
128138

129139
## [0.6.2-Release](https://github.com/reactive-commons/reactive-commons-java/tree/0.6.2-Release) (2020-09-24)

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1>Reactive Commons Reference Guide</h1>
1616
<div class="details">
1717
<span id="author" class="author">Daniel Bustamante Ospina</span><br>
18-
<span id="revnumber">version 2.0.1</span>
18+
<span id="revnumber">version 2.0.2</span>
1919
</div>
2020
<div id="toc" class="toc2">
2121
<div id="toctitle">Table of Contents</div>
@@ -908,8 +908,8 @@ <h5 id="_handlerregistry_patterns">HandlerRegistry - patterns</h5>
908908
</div>
909909
<div id="footer">
910910
<div id="footer-text">
911-
Version 2.0.1<br>
912-
Last updated 2023-07-19 21:17:58 UTC
911+
Version 2.0.2<br>
912+
Last updated 2023-10-13 22:38:25 UTC
913913
</div>
914914
</div>
915915
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">

0 commit comments

Comments
 (0)