Skip to content

Commit 845b1d2

Browse files
committed
Automatic docs and changelog generation
1 parent 4ad0866 commit 845b1d2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

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

77
- Creacion pruebas unitarias [\#87](https://github.com/reactive-commons/reactive-commons-java/pull/87)
88
- Feature/eda [\#86](https://github.com/reactive-commons/reactive-commons-java/pull/86)
9-
- Feature/eda [\#85](https://github.com/reactive-commons/reactive-commons-java/pull/85)
109

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

@@ -16,6 +15,7 @@
1615

1716
**Merged pull requests:**
1817

18+
- Feature/eda [\#85](https://github.com/reactive-commons/reactive-commons-java/pull/85)
1919
- update asciidoctor [\#83](https://github.com/reactive-commons/reactive-commons-java/pull/83)
2020
- Feature/spring boot 3 [\#82](https://github.com/reactive-commons/reactive-commons-java/pull/82)
2121
- 73: Updated tests for NameGenerator [\#77](https://github.com/reactive-commons/reactive-commons-java/pull/77)
@@ -42,7 +42,6 @@
4242
**Merged pull requests:**
4343

4444
- fix event bindings for dynamic events [\#65](https://github.com/reactive-commons/reactive-commons-java/pull/65)
45-
- Feature/dynamic registry [\#62](https://github.com/reactive-commons/reactive-commons-java/pull/62)
4645

4746
## [1.0.3](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.3) (2021-10-05)
4847

@@ -60,6 +59,10 @@
6059

6160
## [1.0.0](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0) (2021-09-29)
6261

62+
**Merged pull requests:**
63+
64+
- Feature/dynamic registry [\#62](https://github.com/reactive-commons/reactive-commons-java/pull/62)
65+
6366
## [1.0.0-beta-10](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta-10) (2021-09-28)
6467

6568
**Closed issues:**
@@ -69,6 +72,7 @@
6972
**Merged pull requests:**
7073

7174
- ensure utf-8 charset from senders [\#61](https://github.com/reactive-commons/reactive-commons-java/pull/61)
75+
- add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60)
7276
- Enable ssl using spring.rabbitmq.ssl.enabled property [\#59](https://github.com/reactive-commons/reactive-commons-java/pull/59)
7377
- Discard timeout queries [\#53](https://github.com/reactive-commons/reactive-commons-java/pull/53)
7478

@@ -86,10 +90,6 @@
8690

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

89-
**Merged pull requests:**
90-
91-
- Common classes separation from RabbitMQ Implementation [\#56](https://github.com/reactive-commons/reactive-commons-java/pull/56)
92-
9393
## [1.0.0-beta7.1](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta7.1) (2021-04-21)
9494

9595
## [1.0.0-beta7](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta7) (2021-04-21)
@@ -108,7 +108,6 @@
108108

109109
**Merged pull requests:**
110110

111-
- add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60)
112111
- feat: dynamic events handlers [\#51](https://github.com/reactive-commons/reactive-commons-java/pull/51)
113112
- chore: upgrade dependencies [\#50](https://github.com/reactive-commons/reactive-commons-java/pull/50)
114113

@@ -124,6 +123,7 @@
124123

125124
**Merged pull requests:**
126125

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

129129
## [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.0</span>
18+
<span id="revnumber">version 2.0.1</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.0<br>
912-
Last updated 2023-07-19 20:06:20 UTC
911+
Version 2.0.1<br>
912+
Last updated 2023-07-19 21:17:58 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)