Skip to content

Commit b61060b

Browse files
committed
Automatic docs and changelog generation
1 parent c80f397 commit b61060b

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CHANGELOG.md

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

3+
## [1.0.0-beta8](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta8) (2021-04-26)
4+
5+
**Merged pull requests:**
6+
7+
- Common classes separation from RabbitMQ Implementation [\#56](https://github.com/reactive-commons/reactive-commons-java/pull/56)
8+
39
## [1.0.0-beta7.1](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta7.1) (2021-04-21)
410

511
## [1.0.0-beta7](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta7) (2021-04-21)
@@ -31,10 +37,6 @@
3137

3238
## [1.0.0-beta1](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta1) (2020-10-28)
3339

34-
**Merged pull requests:**
35-
36-
- Implement Query delegate [\#46](https://github.com/reactive-commons/reactive-commons-java/pull/46)
37-
3840
## [0.6.2-Release](https://github.com/reactive-commons/reactive-commons-java/tree/0.6.2-Release) (2020-09-24)
3941

4042
## [0.6.2](https://github.com/reactive-commons/reactive-commons-java/tree/0.6.2) (2020-09-24)
@@ -47,7 +49,6 @@
4749
**Merged pull requests:**
4850

4951
- Asciidoc Documentation [\#45](https://github.com/reactive-commons/reactive-commons-java/pull/45)
50-
- Adds event notification listener [\#39](https://github.com/reactive-commons/reactive-commons-java/pull/39)
5152

5253
## [0.6.2-beta](https://github.com/reactive-commons/reactive-commons-java/tree/0.6.2-beta) (2020-08-25)
5354

@@ -69,13 +70,16 @@
6970

7071
**Merged pull requests:**
7172

72-
- updates contiperf version, fixes performance test [\#43](https://github.com/reactive-commons/reactive-commons-java/pull/43)
7373
- Feature/listeners matching [\#42](https://github.com/reactive-commons/reactive-commons-java/pull/42)
7474

7575
## [0.5.2-beta](https://github.com/reactive-commons/reactive-commons-java/tree/0.5.2-beta) (2020-07-20)
7676

7777
## [0.5.0](https://github.com/reactive-commons/reactive-commons-java/tree/0.5.0) (2020-06-08)
7878

79+
**Merged pull requests:**
80+
81+
- Adds event notification listener [\#39](https://github.com/reactive-commons/reactive-commons-java/pull/39)
82+
7983
## [0.4.7](https://github.com/reactive-commons/reactive-commons-java/tree/0.4.7) (2020-05-21)
8084

8185
## [v0.4.6](https://github.com/reactive-commons/reactive-commons-java/tree/v0.4.6) (2020-04-23)
@@ -104,6 +108,8 @@
104108

105109
**Merged pull requests:**
106110

111+
- Implement Query delegate [\#46](https://github.com/reactive-commons/reactive-commons-java/pull/46)
112+
- updates contiperf version, fixes performance test [\#43](https://github.com/reactive-commons/reactive-commons-java/pull/43)
107113
- fix: set resourceManagementChannelMono from channelPool [\#36](https://github.com/reactive-commons/reactive-commons-java/pull/36)
108114
- CI CD Pipelines [\#34](https://github.com/reactive-commons/reactive-commons-java/pull/34)
109115
- License MIT attached [\#33](https://github.com/reactive-commons/reactive-commons-java/pull/33)

docs/index.html

Lines changed: 4 additions & 4 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.0-beta7</span>
18+
<span id="revnumber">version 1.0.0-beta8</span>
1919
</div>
2020
<div id="toc" class="toc2">
2121
<div id="toctitle">Table of Contents</div>
@@ -869,11 +869,11 @@ <h5 id="_handlerregistry_servequery">HandlerRegistry - serveQuery</h5>
869869
</div>
870870
<div id="footer">
871871
<div id="footer-text">
872-
Version 1.0.0-beta7<br>
873-
Last updated 2021-04-21 02:23:15 UTC
872+
Version 1.0.0-beta8<br>
873+
Last updated 2021-04-26 19:37:54 UTC
874874
</div>
875875
</div>
876876
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">
877877
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>
878878
</body>
879-
</html>
879+
</html>

0 commit comments

Comments
 (0)