
# LOG ENTRIES OF CHANGES

### entry 1 
###### on reaching `v0.2.0` after hardcore fight with pylint.yml in github's workflows
2024-10-27

>last commit: ` 0e1162320e8585547a3160723fea468345fb2deb `

I'm glad that it is over... 

here is `git log` dumped output since creating that linting creature:
```
commit 0e1162320e8585547a3160723fea468345fb2deb (HEAD -> master, origin/master)
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 14:49:40 2024 +0100

    making new featcher in recursive context changer inspired by unbearable pylint's stubbornness

commit 85dc87028bd3ffae4370183487898cc62f51f06f
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 14:42:10 2024 +0100

    still fighting with linter

commit 7f850e9179a5eb78c00ea599397a81f2e635daa5
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 14:35:10 2024 +0100

    renaming file with Point class, applying changes across the project, some reshapings in condition order by De Morgan's laws relationship of logical equations

commit 17ac0cc202359a32a6c853a74d3d9a7ca586879a
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 14:18:16 2024 +0100

    fighting with linter, frustration grows

commit f2dba245a5af92435a0040b617812b11c2784181
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 14:09:43 2024 +0100

    removes last commit's wrong update, adding docstrings to all known exceptions, helpers.py update

commit c7d533a7e9eae5ddd3f58042e68021a6a1a75a3d
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 13:58:26 2024 +0100

    fixing workflows' action module missing error

commit b184e7372a10e69fe735edceb24c3c07dcf53ae8
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 13:55:02 2024 +0100

    corrections suggested by pylint from '.github/workflows/pylint.yml'

commit 0063c32f77ebdc83363fe9227f7c89775363fccb
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 13:38:53 2024 +0100

    applying improvements in clearness of code

commit 973524578df328daf4a04ce339d648042b8b6fe6
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 13:24:55 2024 +0100

    adding links list and reshaping examples section in README

commit ffa0957896b35ca679696878c9f28d6261680319
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 13:11:36 2024 +0100

    adding content to 'docs/conf.py', making changes in 'docs/.readthedocs.yaml'

commit 7a53b65ff971550f31aa026a8e49ac0f0bb4b702
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 12:48:59 2024 +0100

    creating index.rst in docs for readthedocs

commit 2cf2080de01210326370c780cb155be06d7acc52
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 12:37:18 2024 +0100

    fixing missing configuration, adding 'docs/.readthedocs.yaml'

commit e7cb68a72851a178a9a4b065e44243768da31fc4
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 12:28:43 2024 +0100

    adding readthedocs configuration

commit 441343f0d406df8c4824b12f5b2598f5c65ded75
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 10:40:43 2024 +0100

    Create python-publish.yml

commit 2239543fcbe7d09ce982ee20b8ad306f33840057
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 10:34:54 2024 +0100

    Update pylint.yml

commit 2690c10b463b9a7bed170b2bf1956cf689bd1829
Merge: 307971b bbd0cc7
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 10:31:55 2024 +0100

    Merge remote-tracking branch 'refs/remotes/origin/master'
    conflict in versioning

commit 307971bf2e413f03ed50303e3ee94b48512421d5
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 10:31:15 2024 +0100

    fixing versioning error

commit bbd0cc7df7c6c947d7c2d88fcbafeba6f8af0669
Author: Sett Sarverott <sarverott@gmail.com>
Date:   Sun Oct 27 10:24:09 2024 +0100

    Create pylint.yml

```
these was really unpleasent commits for me... but seeing green checkmarks on all build targets feels wonderfull. That unpleasent feelings related to issues with constant errors from pylint, mistakes while integration with readthedocs and suspens of PyPi's project publicaton pending furtunatelly was in most cases solved.

PyPi's project publicaton pending remains, but this is topic for next developement session in this project.

Right now there is release to be made 