Skip to content

Commit 198c393

Browse files
committed
keep a changelog style #24
New changelog style based on : https://github.com/olivierlacan/keep-a-changelog
1 parent 98a0611 commit 198c393

File tree

4 files changed

+29
-9
lines changed

4 files changed

+29
-9
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- ClassHelper.newInstance(String) no longer throws exception (#23).
13+
- fixed-config-extract, it previously updated the source xlsx.
14+
15+
### Changed
16+
17+
- Updated module fj-core-jvfs dependancy fj-daogen-maven-plugin to 1.1.6
18+
19+
## [8.2.1 and previous]
20+
21+
### Changed
22+
23+
- only the [release notes](docgen/release-notes.txt) are available.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
Provides helper libraries for other java projects (io, configuration, etc.)
44

5-
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-core.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-core)
6-
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
5+
6+
[![Keep a Changelog v1.1.0 badge](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735)](CHANGELOG.md)
7+
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-core.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-core)
8+
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
79
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-lib&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-lib)
810

911
**Note : Starting from version 0.7+, minimum required java version changed to 1.8**

docgen/release-notes.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
(next)
2-
------------------
3-
+ [fix][fj-tool] fixed-config-extract used to update the source xlsx
4-
+ [enhancement][fj-core-jvfs] fj-daogen-maven-plugin 1.1.5 linked
5-
6-
8.2.1 (2023-08-29)
1+
8.2.1 (2023-08-29)
72
------------------
83
+ [fix][fj-core] fix TransformerXML.newSafeTransformerFactory() bug [8.2.1-rc.1]
94
+ [fix][fj-tool] fixed fixed-config-extract parsing [8.2.1-rc.1]

fj-core-jvfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</organization>
3131

3232
<properties>
33-
<fj-daogen-version>1.1.5</fj-daogen-version>
33+
<fj-daogen-version>1.1.6</fj-daogen-version>
3434
<build-helper-maven-plugin-version>3.4.0</build-helper-maven-plugin-version>
3535
<gen.base.dir>${project.basedir}</gen.base.dir>
3636
<generated.source.daogen>target/generated-sources/daogen</generated.source.daogen>

0 commit comments

Comments
 (0)