Skip to content

Commit e4a0037

Browse files
committed
chore(release): 0.2.0
1 parent 0ec58d0 commit e4a0037

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.2.0](https://github.com/Decision-Driven-Development/logic-checker/compare/v0.1.1...v0.2.0) (2024-05-13)
6+
7+
8+
### Features
9+
10+
* ability to make assertions against state ([0ec58d0](https://github.com/Decision-Driven-Development/logic-checker/commit/0ec58d0d82be55fa1f6bb8b9537868378f0142d9)), closes [#6](https://github.com/Decision-Driven-Development/logic-checker/issues/6)
11+
512
### [0.1.1](https://github.com/Decision-Driven-Development/logic-checker/compare/v0.1.0...v0.1.1) (2024-05-12)
613

714
## [0.1.0](https://github.com/Decision-Driven-Development/logic-checker/compare/v0.0.3...v0.1.0) (2024-05-12)

pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1</version>
39+
<version>0.2.0</version>
4040
<packaging>jar</packaging>
4141

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

0 commit comments

Comments
 (0)