Skip to content

Commit a09ec3a

Browse files
chore(release): 4.1.0 [skip ci]
## [4.1.0](4.0.4...4.1.0) (2023-12-10) ### Features * **dsl:** add method to create struct and numeric constants ([ab57ca5](ab57ca5)) ### Bug Fixes * **dsl:** always create a new prolog theory when invoking the prologProgram builder ([1fdc5f1](1fdc5f1)) * **dsl:** fix loosing first term when using ruleOf method in PrologDSL ([181d684](181d684)) ### General maintenance * **website:** draft implementations ([152da12](152da12)) ### Refactoring * **dsl:** use the power of mixins ([23db53e](23db53e))
1 parent 152da12 commit a09ec3a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [4.1.0](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/compare/4.0.4...4.1.0) (2023-12-10)
2+
3+
4+
### Features
5+
6+
* **dsl:** add method to create struct and numeric constants ([ab57ca5](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/ab57ca504a0fd0c9d7d10dfbe919a1dda6078196))
7+
8+
9+
### Bug Fixes
10+
11+
* **dsl:** always create a new prolog theory when invoking the prologProgram builder ([1fdc5f1](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/1fdc5f1948cf0099b331283aad9742b74249130e))
12+
* **dsl:** fix loosing first term when using ruleOf method in PrologDSL ([181d684](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/181d6841ba81a490ab6afa4089be5228d6e26a9f))
13+
14+
15+
### General maintenance
16+
17+
* **website:** draft implementations ([152da12](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/152da127a6747026444cb31e432b93d3e3ecf2f8))
18+
19+
20+
### Refactoring
21+
22+
* **dsl:** use the power of mixins ([23db53e](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/23db53e6e58b335c7b87c5f02d8df5d7a24101de))
23+
124
## [4.0.4](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/compare/4.0.3...4.0.4) (2023-12-10)
225

326

0 commit comments

Comments
 (0)