Skip to content

Commit 2a4e96e

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](3.0.0...4.0.0) (2023-12-09) ### ⚠ BREAKING CHANGES * **2p-Kt-solver:** reduce visibility of the tuprolog package ### Features * **dsl:** add G, I, J, K, M, O, P, Q, R, U and V variables ([2fc8a14](2fc8a14)) ### Documentation * **website:** add requirements ([2ddbcb2](2ddbcb2)) * **website:** begin writing detailed design stuff ([0169133](0169133)) ### General maintenance * fix logos links ([1d2c463](1d2c463)) * update README ([a07d825](a07d825)) * **website:** add logos ([12fadde](12fadde)) * **website:** change website logos ([432caea](432caea)) ### Style improvements * comply with scalafmt ([f006cfe](f006cfe)) ### Refactoring * **2p-Kt-solver:** reduce visibility of the tuprolog package ([b179303](b179303)) * final override method functor directly in clause instead of in rule and in fact ([4c0c285](4c0c285))
1 parent 0169133 commit 2a4e96e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## [4.0.0](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/compare/3.0.0...4.0.0) (2023-12-09)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **2p-Kt-solver:** reduce visibility of the tuprolog package
7+
8+
### Features
9+
10+
* **dsl:** add G, I, J, K, M, O, P, Q, R, U and V variables ([2fc8a14](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/2fc8a147302580dc91020ae216386650f897dd9b))
11+
12+
13+
### Documentation
14+
15+
* **website:** add requirements ([2ddbcb2](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/2ddbcb2105be70aff78e2feaa21d8f45c8b0efb0))
16+
* **website:** begin writing detailed design stuff ([0169133](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/0169133a4ec46a8eb8d8e2d8f5ac9f265ca3432c))
17+
18+
19+
### General maintenance
20+
21+
* fix logos links ([1d2c463](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/1d2c4634e2c122d532381b93e1265e66173f0ea9))
22+
* update README ([a07d825](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/a07d825303247d01fa4f92c73cd38ee0487f3c13))
23+
* **website:** add logos ([12fadde](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/12faddea1a0a0ccc0df3db9417f964aa4ea87e30))
24+
* **website:** change website logos ([432caea](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/432caeaccc1c0d83b35f379c55a28d9321057c9f))
25+
26+
27+
### Style improvements
28+
29+
* comply with scalafmt ([f006cfe](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/f006cfe183fea1de224d5aeea8565fb1edda2c07))
30+
31+
32+
### Refactoring
33+
34+
* **2p-Kt-solver:** reduce visibility of the tuprolog package ([b179303](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/b179303361ebfa8f284db74614d829043892c9a9))
35+
* final override method functor directly in clause instead of in rule and in fact ([4c0c285](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/commit/4c0c285c98c7af5ff80ceb93eabb720e1eaeb46c))
36+
137
## [3.0.0](https://github.com/kelvindev15/PPS-22-Prolog-as-scalaDSL/compare/2.0.0...3.0.0) (2023-12-08)
238

339

0 commit comments

Comments
 (0)