Skip to content

Commit 2dc8443

Browse files
committed
Automatic docs and changelog generation
1 parent c2528c9 commit 2dc8443

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/reactive-commons/reactive-commons-java/tree/2.0.0) (2023-03-03)
4+
5+
**Implemented enhancements:**
6+
7+
- Add some unit tests to NameGenerator class [\#73](https://github.com/reactive-commons/reactive-commons-java/issues/73)
8+
9+
**Merged pull requests:**
10+
11+
- update asciidoctor [\#83](https://github.com/reactive-commons/reactive-commons-java/pull/83)
12+
- Feature/spring boot 3 [\#82](https://github.com/reactive-commons/reactive-commons-java/pull/82)
13+
- 73: Updated tests for NameGenerator [\#77](https://github.com/reactive-commons/reactive-commons-java/pull/77)
14+
315
## [1.0.5](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.5) (2022-05-25)
416

517
**Closed issues:**
@@ -27,7 +39,7 @@
2739

2840
**Merged pull requests:**
2941

30-
- add health indicator [\#64](https://github.com/reactive-commons/reactive-commons-java/pull/64)
42+
- Enable ssl using spring.rabbitmq.ssl.enabled property [\#59](https://github.com/reactive-commons/reactive-commons-java/pull/59)
3143

3244
## [1.0.2](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.2) (2021-10-01)
3345

@@ -52,14 +64,13 @@
5264
**Merged pull requests:**
5365

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

5870
## [1.0.0-beta10](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta10) (2021-05-21)
5971

6072
**Merged pull requests:**
6173

62-
- add charset conversion when reading message body [\#60](https://github.com/reactive-commons/reactive-commons-java/pull/60)
6374
- Update gradle.properties [\#58](https://github.com/reactive-commons/reactive-commons-java/pull/58)
6475

6576
## [1.0.0-beta9](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta9) (2021-05-21)
@@ -72,6 +83,7 @@
7283

7384
**Merged pull requests:**
7485

86+
- add health indicator [\#64](https://github.com/reactive-commons/reactive-commons-java/pull/64)
7587
- Common classes separation from RabbitMQ Implementation [\#56](https://github.com/reactive-commons/reactive-commons-java/pull/56)
7688

7789
## [1.0.0-beta7.1](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta7.1) (2021-04-21)

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 1.0.5</span>
18+
<span id="revnumber">version 2.0.0</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 1.0.5<br>
912-
Last updated 2022-05-25 16:35:58 UTC
911+
Version 2.0.0<br>
912+
Last updated 2023-03-03 19:38:53 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)