Skip to content

Commit 7ae7b95

Browse files
committed
8.0.0 (2023-03-18)
+ [Added config store facilities](#14) + [Dropping the 0 version (next release will not be 0.8.14 but 8.0.0](#15)
1 parent e292821 commit 7ae7b95

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

docgen/parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"title" : "Jupiter (Fugerit Core A.P.I.)",
33
"name": "Jupiter",
4-
"version" : "0.8.12",
5-
"date" : "26/02/2023",
4+
"version" : "8.0.0",
5+
"date" : "18/03/2023",
66
"organization" : {
77
"name" : "Fugerit Org",
88
"url" : "https://www.fugerit.org"

docgen/release-notes.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
0.8.13 (2023-02-26)
1+
8.0.0 (2023-03-18)
2+
------------------
3+
+ [Added config store facilities](https://github.com/fugerit-org/fj-lib/issues/14)
4+
+ [Dropping the 0 version (next release will not be 0.8.14 but 8.0.0](https://github.com/fugerit-org/fj-lib/issues/15)
5+
6+
0.8.13 (2023-02-26)
27
------------------
38
+ [Added unsafe loading for factory type](https://github.com/fugerit-org/fj-doc/issues/31)
49

fj-core-jvfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>0.8.14-rc.3</version>
10+
<version>8.0.0</version>
1111
</parent>
1212

1313
<name>fj-core-jvfs</name>

fj-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>0.8.14-rc.3</version>
10+
<version>8.0.0</version>
1111
</parent>
1212

1313
<name>fj-core</name>

fj-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>0.8.14-rc.3</version>
10+
<version>8.0.0</version>
1111
</parent>
1212

1313
<name>fj-tool</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>0.8.14-rc.3</version>
14+
<version>8.0.0</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)