Skip to content

Commit 6242f15

Browse files
committed
chore(release): 0.4.0
1 parent 56b071d commit 6242f15

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.4.0](https://github.com/Decision-Driven-Development/logic-checker/compare/v0.3.2...v0.4.0) (2024-09-08)
6+
7+
8+
### Features
9+
10+
* **webUI:** using tests header and new style for failures report ([ba8eedf](https://github.com/Decision-Driven-Development/logic-checker/commit/ba8eedfdec150bfaa851e378f6fae41795128102)), closes [#58](https://github.com/Decision-Driven-Development/logic-checker/issues/58)
11+
512
### [0.3.2](https://github.com/Decision-Driven-Development/logic-checker/compare/v0.3.1...v0.3.2) (2024-08-04)
613

714

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<groupId>io.github.decision-driven</groupId>
3838
<artifactId>logic-checker</artifactId>
39-
<version>0.3.2</version>
39+
<version>0.4.0</version>
4040
<packaging>jar</packaging>
4141

4242
<name>Abstract business logic checker</name>

0 commit comments

Comments
 (0)