Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nergal-perm committed Jul 8, 2024
1 parent b17950b commit 67a00ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

### [0.3.1](https://github.com/Decision-Driven-Development/logic-checker/compare/v0.3.0...v0.3.1) (2024-07-08)


### Features

* added Bootstrap and created the command arguments form ([5d1ba96](https://github.com/Decision-Driven-Development/logic-checker/commit/5d1ba96dbb0c41663a7a3cf7c1bc8122f52ecdba)), closes [#25](https://github.com/Decision-Driven-Development/logic-checker/issues/25)
* checking the commands availability ([54ebd9d](https://github.com/Decision-Driven-Development/logic-checker/commit/54ebd9da5d64100fbc76be11e5fe1a22f57400df)), closes [#29](https://github.com/Decision-Driven-Development/logic-checker/issues/29)
* coloring buttons based on command availability ([e65f9b3](https://github.com/Decision-Driven-Development/logic-checker/commit/e65f9b33fd598e0fd2d2ae6b74f7343c7d0985ae)), closes [#29](https://github.com/Decision-Driven-Development/logic-checker/issues/29)
* designed a form for updating the availability check context ([3af63f8](https://github.com/Decision-Driven-Development/logic-checker/commit/3af63f8b772641744c041b46dc92c0bb019225b6)), closes [#29](https://github.com/Decision-Driven-Development/logic-checker/issues/29)
* listing all the command arguments on a command modal ([e11b0a6](https://github.com/Decision-Driven-Development/logic-checker/commit/e11b0a68c62f084486f5531465efdddac1d654e5)), closes [#28](https://github.com/Decision-Driven-Development/logic-checker/issues/28)
* remembering user input for commands context computation ([b17950b](https://github.com/Decision-Driven-Development/logic-checker/commit/b17950beaec8782f96653693b90d28c42422f058)), closes [#32](https://github.com/Decision-Driven-Development/logic-checker/issues/32)
* running the command with user-supplied parameters ([4cbd9ef](https://github.com/Decision-Driven-Development/logic-checker/commit/4cbd9efb5c77902d7653bea5d62c59c0022c7a28)), closes [#26](https://github.com/Decision-Driven-Development/logic-checker/issues/26)
* showing all the current values for command args ([df15c7e](https://github.com/Decision-Driven-Development/logic-checker/commit/df15c7e0fcf8daa8d48a7739f59515dbc8fb5c58)), closes [#25](https://github.com/Decision-Driven-Development/logic-checker/issues/25)


### Bug Fixes

* recreating ComputationContext for each request ([467af68](https://github.com/Decision-Driven-Development/logic-checker/commit/467af68a38e221db6a9686243ba0289d29175ae5)), closes [#31](https://github.com/Decision-Driven-Development/logic-checker/issues/31)

## [0.3.0](https://github.com/Decision-Driven-Development/logic-checker/compare/v0.2.0...v0.3.0) (2024-07-01)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<groupId>io.github.decision-driven</groupId>
<artifactId>logic-checker</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<packaging>jar</packaging>

<name>Abstract business logic checker</name>
Expand Down

0 comments on commit 67a00ae

Please sign in to comment.