Skip to content

v0.2.13

Choose a tag to compare

@vil02 vil02 released this 28 Nov 15:44
· 304 commits to master since this release
74a4fba

What's Changed

  • Setup ci by @vil02 in #1
  • feat: add flake8 check by @vil02 in #2
  • fix: rename python to python3 by @vil02 in #3
  • Custom function names issue by @vil02 in #4
  • Add examples by @vil02 in #5
  • feat: add README.md by @vil02 in #6
  • feat: add cobol by @vil02 in #7
  • style: simplify new line printing by @vil02 in #8
  • style: rename _function_stack to _needed_functions by @vil02 in #9
  • Parser run arg issue by @vil02 in #10
  • style: simplify new line printing in python3 by @vil02 in #11
  • refactor: add initial_call_str and needed_functions_definitions_str by @vil02 in #12
  • feat: enable more cppcheck warnings by @vil02 in #13
  • feat: add to_pascal by @vil02 in #14
  • feat: add rust by @vil02 in #15
  • chore: add schedule by @vil02 in #16
  • chore: use actions/checkout@v3 by @vil02 in #17
  • chore: use v3 by @vil02 in #18
  • feat: add ALGOL 68 by @vil02 in #19
  • style: simplify logic by @vil02 in #20
  • style: add --strict by @vil02 in #21
  • chore: update lychee-action by @vil02 in #22
  • feat: add java by @vil02 in #23
  • feat: add haskell by @vil02 in #24
  • fix: rename --run to --select by @vil02 in #25
  • style: some small fixes by @vil02 in #26
  • fix: use new .pylintrc structure by @vil02 in #27
  • chore: add codecov by @vil02 in #28
  • style: add missing comma by @vil02 in #29
  • feat: add to_c by @vil02 in #30
  • docs: add CodeFactor badge by @vil02 in #31
  • chore: upload coverage report to codacy by @vil02 in #32
  • style: basic linting by @vil02 in #34
  • style: reduce number of workflows by @vil02 in #35
  • fix: use sed on coverage report for sonarcloud by @vil02 in #36
  • chore: add renovate by @vil02 in #38
  • Configure Renovate by @renovate in #40
  • chore(deps): update lycheeverse/lychee-action action to v1.5.1 by @renovate in #41
  • chore(deps): update actions/setup-python action to v4 by @renovate in #42
  • chore(deps): update codecov/codecov-action action to v3 by @renovate in #44
  • style: use apt-get by @vil02 in #45
  • style: reduce code duplication by @vil02 in #47
  • chore: use poetry by @vil02 in #50
  • style: remove unused import by @vil02 in #51
  • chore: limit number of test strings by @vil02 in #53
  • chore: use black by @vil02 in #54
  • refactor: add and use gu.subprocess_run_with_check by @vil02 in #55
  • chore: pyproject cleanup by @vil02 in #56
  • fix: use proper indentation by @vil02 in #57
  • chore(deps): update lycheeverse/lychee-action action to v1.5.2 by @renovate in #58
  • chore(deps): update lycheeverse/lychee-action action to v1.5.3 by @renovate in #59
  • chore(deps): update lycheeverse/lychee-action action to v1.5.4 by @renovate in #60
  • fix: remove blank line from to_algol68 output by @vil02 in #61
  • refactor: simplify constructor of PrinterProgram by @vil02 in #62
  • refactor: add utils and apply in to_cpp by @vil02 in #63
  • chore: add .codacy.yml by @vil02 in #65
  • chore: update sonar.coverage.exclusions by @vil02 in #66
  • refactor: add proc_printer_program to to_cpp and to_python3 by @vil02 in #64
  • chore: clean-up workflows by @vil02 in #68
  • refactor: add proc_printer_program and use utils in to_algol68 by @vil02 in #69
  • tests: fix bug in _get_all_example_and_language_ids by @vil02 in #70
  • refactor: add proc_printer_prog to to_bash by @vil02 in #71
  • refactor: add proc_printer_program to to_c by @vil02 in #72
  • refactor: add proc_printer_program and use utils in to_cobol by @vil02 in #73
  • tests: add single_atom example by @vil02 in #74
  • refactor: add proc_printer_program and use utils in to_haskell by @vil02 in #75
  • style: use _call_function_or_atom in function_to_code by @vil02 in #78
  • refactor: add proc_printer_program and use utils in to_java by @vil02 in #77
  • chore: exclude python3 examples from sonar by @vil02 in #79
  • refactor: add proc_printer_program and use utils in to_lisp by @vil02 in #80
  • refactor: add proc_printer_program and use utils in to_pascal by @vil02 in #81
  • refactor: add proc_printer_program and use utils in to_rust by @vil02 in #82
  • tests: add function_used_twice example by @vil02 in #83
  • fix: use println for LF in rust by @vil02 in #84
  • refactor: remove data duplication in PrinterProgram by @vil02 in #85
  • refactor: use function_id by @vil02 in #86
  • feat: make _check_data more restrictive by @vil02 in #87
  • chore: use --enable=all in shellcheck by @vil02 in #88
  • feat: use --enable=all in setup_bash.run_bash_code by @vil02 in #89
  • chore(deps): update lycheeverse/lychee-action action to v1.6.1 by @renovate in #90
  • chore: add codeql.yml by @vil02 in #91
  • refactor: add c_like_utils by @vil02 in #92
  • refactor: add c_like_utils.get_function_call_str_fun by @vil02 in #93
  • refactor: add utils.get_function_name_fun by @vil02 in #94
  • refactor: reduce duplicated code in to_c and to_cpp by @vil02 in #95
  • docs: add CodacyBadge by @vil02 in #96
  • chore(deps): update lycheeverse/lychee-action action to v1.7.0 by @renovate in #97
  • chore(deps): update lycheeverse/lychee-action action to v1.8.0 by @renovate in #98
  • chore: adapt shell scripts to docker by @vil02 in #99
  • chore: add gitpod support by @vil02 in #101
  • chore: add dependabot.yml by @vil02 in #100
  • chore(deps): bump gitpod/workspace-python from 2023-01-02-17-16-30 to 2023-05-08-21-16-55 by @dependabot in #102
  • docs: add gitpod badges by @vil02 in #103
  • chore: reduce number of tests for coverage and gitpod by @vil02 in #104
  • chore: run codecov-action with fail_ci_if_error: true by @vil02 in #105
  • chore: use snok/install-poetry by @vil02 in #106
  • chore: replace python 3.10 with 3.11 by @vil02 in #107
  • chore(deps): bump gitpod/workspace-python from 2023-05-08-21-16-55 to 2023-07-17-21-17-42 by @dependabot in #108
  • docs: create LICENSE by @vil02 in #109
  • feat: add to_nim by @vil02 in #110
  • style: use 88 as line-length by @vil02 in #113
  • tests: use which by @vil02 in #114
  • tests: move test_tool to test_system_setup.py by @vil02 in #116
  • fix: use ~/.bashrc to add nim path by @vil02 in #115
  • fix: use ~/.bashrc.d/ to store gitpod specyfic config by @vil02 in #117
  • chore: use CODECOV_TOKEN by @vil02 in #118
  • chore(deps): bump gitpod/workspace-python from 2023-07-17-21-17-42 to 2023-08-09-14-26-44 by @dependabot in #119
  • chore: use python 3.8 by @vil02 in #121
  • chore(deps): bump gitpod/workspace-python from 2023-08-09-14-26-44 to 2023-08-19-14-41-20 by @dependabot in #120
  • chore(deps): bump gitpod/workspace-python from 2023-08-19-14-41-20 to 2023-08-28-12-19-15 by @dependabot in #122
  • chore(deps): bump gitpod/workspace-python from 2023-08-28-12-19-15 to 2023-08-29-11-00-25 by @dependabot in #123
  • chore(deps): bump gitpod/workspace-python from 2023-08-29-11-00-25 to 2023-08-30-14-07-38 by @dependabot in #124
  • refactor: add utils.get_function_to_code by @vil02 in #125
  • refactor: use get_function_to_code in to_c and to_cpp by @vil02 in #126
  • refactor: use utils.get_function_to_code in to_algol68 by @vil02 in #127
  • refactor: use utils.get_function_to_code in to_cobol by @vil02 in #128
  • refactor: use utils.get_function_to_code in to_pascal by @vil02 in #129
  • refactor: use utils.get_function_to_code in to_rust by @vil02 in #130
  • docs: update README.md by @vil02 in #131
  • docs: add missing run by @vil02 in #132
  • chore(deps): update actions/checkout action to v4 by @renovate in #134
  • docs: add information about executing python3 tests by @vil02 in #135
  • tests: add Go example data by @vil02 in #136
  • refactor: add utils.get_function_call_str_fun and use it in to_lisp by @vil02 in #138
  • refactor: use utils.get_call_str_fun in to_algol68 by @vil02 in #140
  • refactor: use utils.get_call_str_fun in to_bash by @vil02 in #141
  • refactor: use utils.get_call_str_fun in c_like_utils by @vil02 in #142
  • refactor: use utils.get_call_str_fun in to_cobol by @vil02 in #143
  • refactor: use utils.get_call_str_fun in to_haskell by @vil02 in #144
  • refactor: use utils.get_call_str_fun in to_nim by @vil02 in #145
  • refactor: use utils.get_call_str_fun in to_python3 by @vil02 in #146
  • style: make function_call_str protected by @vil02 in #147
  • feat: enforce \n at the end of the result of _function_to_code by @vil02 in #149
  • chore(deps): bump codecov/codecov-action from 3 to 4 in /.github/workflows by @dependabot in #150
  • Revert "chore(deps): bump codecov/codecov-action from 3 to 4 in /.github/workflows" by @vil02 in #152
  • chore(deps): bump gitpod/workspace-python from 2023-08-30-14-07-38 to 2023-09-15-14-57-59 by @dependabot in #154
  • chore: update gitpod/workspace-python to 2023-09-17-06-15-08 by @vil02 in #155
  • tests: add Ada examples by @vil02 in #156
  • feat: add to_ada by @vil02 in #157
  • chore(deps): bump gitpod/workspace-python from 2023-09-17-06-15-08 to 2023-09-18-16-44-58 by @dependabot in #158
  • style: use Proc_ as default function name prefix in to_ada by @vil02 in #159
  • chore(deps): bump gitpod/workspace-python from 2023-09-18-16-44-58 to 2023-09-20-13-50-33 by @dependabot in #160
  • chore(deps): bump gitpod/workspace-python from 2023-09-20-13-50-33 to 2023-09-21-10-37-11 by @dependabot in #161
  • chore(deps): update actions/checkout digest to 8ade135 by @renovate in #162
  • feat: add get_target_languages and is_language_supported by @vil02 in #164
  • feat: add general proc by @vil02 in #165
  • docs: add examples illustrating usage of general string_to_code by @vil02 in #166
  • docs: update pyproject.toml by @vil02 in #168
  • chore(deps): bump gitpod/workspace-python from 2023-09-21-10-37-11 to 2023-09-26-07-06-38 by @dependabot in #167
  • docs: add repository and keywords by @vil02 in #169
  • chore: add *.toml files by @vil02 in #170
  • chore(deps): bump gitpod/workspace-python from 2023-09-26-07-06-38 to 2023-09-29-11-03-42 by @dependabot in #171
  • chore(deps): bump gitpod/workspace-python from 2023-09-29-11-03-42 to 2023-10-02-14-54-16 by @dependabot in #172
  • chore(deps): bump gitpod/workspace-python from 2023-10-02-14-54-16 to 2023-10-03-16-08-56 by @dependabot in #173
  • chore(deps): bump gitpod/workspace-python from 2023-10-03-16-08-56 to 2023-10-03-17-29-28 by @dependabot in #174
  • docs: add information about PyPI by @vil02 in #175
  • style: use ATX style by @vil02 in #176
  • chore(deps): bump gitpod/workspace-python from 2023-10-03-17-29-28 to 2023-10-04-18-52-46 by @dependabot in #177
  • chore(deps): bump gitpod/workspace-python from 2023-10-04-18-52-46 to 2023-10-09-10-04-57 by @dependabot in #178
  • chore(deps): bump gitpod/workspace-python from 2023-10-09-10-04-57 to 2023-10-10-09-48-27 by @dependabot in #179
  • chore(deps): bump gitpod/workspace-python from 2023-10-10-09-48-27 to 2023-10-11-07-18-26 by @dependabot in #180
  • chore(deps): bump gitpod/workspace-python from 2023-10-11-07-18-26 to 2023-10-12-08-31-06 by @dependabot in #181
  • chore(deps): bump gitpod/workspace-python from 2023-10-12-08-31-06 to 2023-10-13-16-25-39 by @dependabot in #182
  • chore(deps): bump gitpod/workspace-python from 2023-10-13-16-25-39 to 2023-10-16-15-49-40 by @dependabot in #184
  • feat: add to_ballerina by @vil02 in #183
  • chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 in /.github/workflows by @dependabot in #185
  • chore(deps): bump gitpod/workspace-python from 2023-10-16-15-49-40 to 2023-10-19-14-24-02 by @dependabot in #186
  • chore(deps): bump gitpod/workspace-python from 2023-10-19-14-24-02 to 2023-10-25-20-43-33 by @dependabot in #187
  • style: add missing double quotes, solve docker:S6570 by @vil02 in #190
  • chore: rename gitpod dockerfile by @vil02 in #189
  • chore: remove .gitpod.dockerfile by @vil02 in #191
  • style: fix docker:S6570 by @vil02 in #192
  • chore(deps): bump gitpod/workspace-python from 2023-10-25-20-43-33 to 2023-11-01-13-13-37 by @dependabot in #188
  • chore(deps): bump gitpod/workspace-python from 2023-11-01-13-13-37 to 2023-11-02-17-35-17 by @dependabot in #193
  • chore(deps): bump gitpod/workspace-python from 2023-11-02-17-35-17 to 2023-11-04-12-07-48 by @dependabot in #194
  • chore(deps): bump gitpod/workspace-python from 2023-11-04-12-07-48 to 2023-11-12-11-04-11 by @dependabot in #195
  • chore(deps): bump gitpod/workspace-python from 2023-11-12-11-04-11 to 2023-11-13-21-31-42 by @dependabot in #196
  • chore(deps): bump gitpod/workspace-python from 2023-11-13-21-31-42 to 2023-11-16-11-19-36 by @dependabot in #197
  • chore(deps): bump gitpod/workspace-python from 2023-11-16-11-19-36 to 2023-11-19-19-13-44 by @dependabot in #198
  • chore(deps): bump gitpod/workspace-python from 2023-11-19-19-13-44 to 2023-11-21-19-01-08 by @dependabot in #199
  • chore(deps): bump gitpod/workspace-python from 2023-11-21-19-01-08 to 2023-11-24-15-04-57 by @dependabot in #200
  • chore: add mypy by @vil02 in #202
  • style: add type hints related to Atom by @vil02 in #203
  • chore: update python to >=3.10 by @vil02 in #205
  • style: add type hints to _prepare_printer_program and SimpleFunction by @vil02 in #204
  • chore(deps): update actions/setup-python action to v5 by @renovate in #206
  • style: add type hints by @vil02 in #207
  • style: add type hints and aliases by @vil02 in #208
  • style: add some type hints to core by @vil02 in #209
  • chore: update package version to 0.2.7 by @vil02 in #210
  • chore: use black version 23.11.0 by @vil02 in #211
  • chore(deps): update psf/black action to v23.12.0 by @renovate in #212
  • chore(deps): bump gitpod/workspace-python from 2023-11-24-15-04-57 to 2023-12-12-15-21-52 by @dependabot in #213
  • chore(deps): bump github/codeql-action from 2 to 3 in /.github/workflows by @dependabot in #214
  • chore(deps): bump gitpod/workspace-python from 2023-12-12-15-21-52 to 2023-12-12-19-35-39 by @dependabot in #216
  • chore(deps): update actions/upload-artifact action to v4 by @renovate in #217
  • chore(deps): bump gitpod/workspace-python from 2023-12-12-19-35-39 to 2023-12-17-11-40-26 by @dependabot in #218
  • chore(deps): bump gitpod/workspace-python from 2023-12-17-11-40-26 to 2023-12-20-09-32-20 by @dependabot in #219
  • chore(deps): bump gitpod/workspace-python from 2023-12-20-09-32-20 to 2023-12-21-11-39-51 by @dependabot in #220
  • chore(deps): update psf/black action to v23.12.1 by @renovate in #221
  • chore(deps): bump gitpod/workspace-python from 2023-12-21-11-39-51 to 2023-12-27-09-44-38 by @dependabot in #222
  • style: add type hints to string_to_code by @vil02 in #223
  • style: add type hints to general_utilities by @vil02 in #224
  • chore(deps): bump gitpod/workspace-python from 2023-12-27-09-44-38 to 2024-01-04-18-58-45 by @dependabot in #225
  • chore(deps): update lycheeverse/lychee-action action to v1.9.0 by @renovate in #226
  • chore(deps): bump gitpod/workspace-python from 2024-01-04-18-58-45 to 2024-01-09-14-02-09 by @dependabot in #227
  • chore(deps): update lycheeverse/lychee-action action to v1.9.1 by @renovate in #228
  • chore(deps): bump gitpod/workspace-python from 2024-01-09-14-02-09 to 2024-01-10-10-45-39 by @dependabot in #229
  • chore(deps): bump gitpod/workspace-python from 2024-01-10-10-45-39 to 2024-01-14-15-48-07 by @dependabot in #230
  • chore(deps): bump gitpod/workspace-python from 2024-01-14-15-48-07 to 2024-01-17-14-14-06 by @dependabot in #231
  • chore(deps): bump gitpod/workspace-python from 2024-01-17-14-14-06 to 2024-01-17-19-15-31 by @dependabot in #232
  • chore(deps): bump gitpod/workspace-python from 2024-01-17-19-15-31 to 2024-01-18-17-22-32 by @dependabot in #233
  • chore(deps): bump gitpod/workspace-python from 2024-01-18-17-22-32 to 2024-01-20-13-44-18 by @dependabot in #234
  • chore(deps): bump gitpod/workspace-python from 2024-01-20-13-44-18 to 2024-01-24-09-19-42 by @dependabot in #235
  • chore: update black to >=24.1 by @vil02 in #237
  • chore(deps): update psf/black action to v24 by @renovate in #236
  • chore(deps): update lycheeverse/lychee-action action to v1.9.2 by @renovate in #239
  • chore(deps): update psf/black action to v24.1.1 by @renovate in #240
  • chore(deps): update lycheeverse/lychee-action action to v1.9.3 by @renovate in #241
  • chore(deps): update codecov/codecov-action action to v4 by @renovate in #243
  • chore(deps): bump gitpod/workspace-python from 2024-01-24-09-19-42 to 2024-02-06-15-52-50 by @dependabot in #244
  • chore(deps): bump gitpod/workspace-python from 2024-02-06-15-52-50 to 2024-02-07-00-25-50 by @dependabot in #245
  • chore(deps): bump gitpod/workspace-python from 2024-02-07-00-25-50 to 2024-02-09-09-43-54 by @dependabot in #246
  • chore(deps): bump gitpod/workspace-python from 2024-02-09-09-43-54 to 2024-02-11-13-47-04 by @dependabot in #247
  • chore(deps): update psf/black action to v24.2.0 by @renovate in #248
  • chore: add tokenless upload to codecov for forks by @vil02 in #249
  • chore(deps): bump gitpod/workspace-python from 2024-02-11-13-47-04 to 2024-02-14-13-04-03 by @dependabot in #250
  • chore(deps): bump gitpod/workspace-python from 2024-02-14-13-04-03 to 2024-02-16-14-23-15 by @dependabot in #251
  • chore(deps): bump gitpod/workspace-python from 2024-02-16-14-23-15 to 2024-02-19-11-51-41 by @dependabot in #252
  • chore(deps): bump gitpod/workspace-python from 2024-02-19-11-51-41 to 2024-02-21-19-51-22 by @dependabot in #253
  • chore(deps): bump gitpod/workspace-python from 2024-02-21-19-51-22 to 2024-02-25-19-24-14 by @dependabot in #254
  • style: use suggested formating of on by @vil02 in #255
  • chore(deps): bump gitpod/workspace-python from 2024-02-25-19-24-14 to 2024-03-05-10-13-49 by @dependabot in #256
  • chore(deps): bump gitpod/workspace-python from 2024-03-05-10-13-49 to 2024-03-06-11-21-33 by @dependabot in #257
  • chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 in /.github/workflows by @dependabot in #259
  • chore(deps): bump gitpod/workspace-python from 2024-03-06-11-21-33 to 2024-03-11-20-09-16 by @dependabot in #258
  • chore(deps): update actions/checkout digest to b4ffde6 by @renovate in #260
  • chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 in /.github/workflows by @dependabot in #261
  • chore(deps): update actions/checkout digest to b4ffde6 by @renovate in #262
  • chore: tag actions/checkout to v4 by @vil02 in #263
  • chore(deps): update psf/black action to v24.3.0 by @renovate in #264
  • chore(deps): bump gitpod/workspace-python from 2024-03-11-20-09-16 to 2024-03-17-11-10-27 by @dependabot in #265
  • style: use proper spelling by @vil02 in #266
  • chore(deps): bump gitpod/workspace-python from 2024-03-17-11-10-27 to 2024-03-20-07-19-19 by @dependabot in #267
  • style: add some type hints to utils by @vil02 in #268
  • chore(deps): bump gitpod/workspace-python from 2024-03-20-07-19-19 to 2024-03-24-13-33-15 by @dependabot in #269
  • chore(deps): bump gitpod/workspace-python from 2024-03-24-13-33-15 to 2024-03-27-12-29-58 by @dependabot in #270
  • chore(deps): bump gitpod/workspace-python from 2024-03-27-12-29-58 to 2024-03-31-14-01-15 by @dependabot in #271
  • chore(deps): bump gitpod/workspace-python from 2024-03-31-14-01-15 to 2024-04-03-08-50-41 by @dependabot in #272
  • chore(deps): bump gitpod/workspace-python from 2024-04-03-08-50-41 to 2024-04-07-21-39-34 by @dependabot in #273
  • chore(deps): bump gitpod/workspace-python from 2024-04-07-21-39-34 to 2024-04-10-13-34-16 by @dependabot in #274
  • chore(deps): bump gitpod/workspace-python from 2024-04-10-13-34-16 to 2024-04-11-17-09-41 by @dependabot in #275
  • chore(deps): update psf/black action to v24.4.0 by @renovate in #276
  • chore(deps): bump gitpod/workspace-python from 2024-04-11-17-09-41 to 2024-04-15-16-23-12 by @dependabot in #277
  • chore: use sonarcloud-github-action@v2 by @vil02 in #279
  • chore(deps): bump gitpod/workspace-python from 2024-04-15-16-23-12 to 2024-04-16-12-16-24 by @dependabot in #278
  • chore(deps): bump gitpod/workspace-python from 2024-04-16-12-16-24 to 2024-04-24-09-57-43 by @dependabot in #282
  • chore(deps): update psf/black action to v24.4.1 by @renovate in #281
  • chore(deps): update lycheeverse/lychee-action action to v1.10.0 by @renovate in #283
  • chore(deps): update psf/black action to v24.4.2 by @renovate in #284
  • chore(deps): bump gitpod/workspace-python from 2024-04-24-09-57-43 to 2024-04-26-12-27-08 by @dependabot in #285
  • chore(deps): bump gitpod/workspace-python from 2024-04-26-12-27-08 to 2024-04-29-07-29-58 by @dependabot in #286
  • chore(deps): bump gitpod/workspace-python from 2024-04-29-07-29-58 to 2024-04-29-23-03-42 by @dependabot in #287
  • chore(deps): bump gitpod/workspace-python from 2024-04-29-23-03-42 to 2024-05-01-08-36-51 by @dependabot in #288
  • chore(deps): bump gitpod/workspace-python from 2024-05-01-08-36-51 to 2024-05-02-10-29-11 by @dependabot in #289
  • chore(deps): bump gitpod/workspace-python from 2024-05-02-10-29-11 to 2024-05-06-09-37-26 by @dependabot in #290
  • chore(deps): bump gitpod/workspace-python from 2024-05-06-09-37-26 to 2024-05-08-16-04-35 by @dependabot in #291
  • chore(deps): bump gitpod/workspace-python from 2024-05-08-16-04-35 to 2024-05-08-19-39-59 by @dependabot in #292
  • chore(deps): bump gitpod/workspace-python from 2024-05-08-19-39-59 to 2024-05-13-09-12-40 by @dependabot in #293
  • chore(deps): bump gitpod/workspace-python from 2024-05-13-09-12-40 to 2024-05-15-13-36-34 by @dependabot in #294
  • chore(deps): bump gitpod/workspace-python from 2024-05-15-13-36-34 to 2024-05-22-07-25-51 by @dependabot in #295
  • chore: add ruff by @vil02 in #296
  • chore: add flake8-pytest-style by @vil02 in #297
  • chore(deps): bump gitpod/workspace-python from 2024-05-22-07-25-51 to 2024-05-27-17-11-15 by @dependabot in #298
  • chore(deps): update dependency ruff to v0.4.6 by @renovate in #299
  • chore: use python 3.12 in gitpod by @vil02 in #301
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-05-27-17-11-15 to 2024-05-29-12-14-56 by @dependabot in #302
  • chore(deps): update dependency ruff to v0.4.7 by @renovate in #303
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-05-29-12-14-56 to 2024-06-02-15-21-35 by @dependabot in #304
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-06-02-15-21-35 to 2024-06-03-17-43-12 by @dependabot in #305
  • chore(deps): update dependency ruff to v0.4.8 by @renovate in #307
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-06-03-17-43-12 to 2024-06-05-14-45-28 by @dependabot in #306
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-06-05-14-45-28 to 2024-06-10-10-39-01 by @dependabot in #309
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-06-10-10-39-01 to 2024-06-12-07-48-04 by @dependabot in #310
  • chore(deps): update dependency ruff to v0.4.9 by @renovate in #312
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-06-12-07-48-04 to 2024-06-17-10-03-09 by @dependabot in #313
  • chore(deps): update dependency ruff to v0.4.10 by @renovate in #314
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-06-17-10-03-09 to 2024-06-24-08-46-07 by @dependabot in #315
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-06-24-08-46-07 to 2024-06-26-08-49-45 by @dependabot in #316
  • chore(deps): update dependency ruff to v0.5.0 by @renovate in #317
  • chore(deps): update dependency ruff to v0.5.1 by @renovate in #319
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-06-26-08-49-45 to 2024-07-02-14-18-47 by @dependabot in #318
  • chore(deps): update dependency ruff to v0.5.2 by @renovate in #320
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-07-02-14-18-47 to 2024-07-14-17-19-51 by @dependabot in #321
  • style: add some type hints to c_like_utils and utils by @vil02 in #322
  • chore(deps): update dependency ruff to v0.5.3 by @renovate in #323
  • style: use Callable from typing by @vil02 in #324
  • chore(deps): update dependency ruff to v0.5.4 by @renovate in #325
  • chore(deps): update dependency ruff to v0.5.5 by @renovate in #327
  • chore(deps): update dependency ruff to v0.5.6 by @renovate in #329
  • chore(deps): update psf/black action to v24.8.0 by @renovate in #330
  • chore: update ballerina to 2201.9.3 and ubuntu to 22.04 by @vil02 in #335
  • chore(deps): update dependency ruff to v0.6.1 by @renovate in #332
  • chore(deps): update sonarsource/sonarcloud-github-action action to v3 by @renovate in #336
  • chore(deps): update dependency ruff to v0.6.2 by @renovate in #339
  • chore(deps): update dependency ruff to v0.6.3 by @renovate in #340
  • chore(deps): update dependency ruff to v0.6.4 by @renovate in #343
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-07-14-17-19-51 to 2024-09-11-00-04-27 by @dependabot in #344
  • chore(deps-dev): update ruff requirement from 0.6.4 to 0.6.5 by @dependabot in #345
  • chore(deps): update dependency ruff to v0.6.6 by @renovate in #346
  • chore(deps): update dependency ruff to v0.6.7 by @renovate in #347
  • chore(deps): update dependency ruff to v0.6.8 by @renovate in #348
  • chore(deps): update dependency ruff to v0.6.9 by @renovate in #349
  • chore(deps): update psf/black action to v24.10.0 by @renovate in #351
  • chore(deps): update lycheeverse/lychee-action action to v2 by @renovate in #352
  • chore(deps-dev): update ruff requirement from 0.6.9 to 0.7.0 by @dependabot in #356
  • chore(deps): update lycheeverse/lychee-action action to v2.0.2 by @renovate in #353
  • chore(deps-dev): update ruff requirement from 0.7.0 to 0.7.1 by @dependabot in #357
  • chore(deps-dev): update ruff requirement from 0.7.1 to 0.7.2 by @dependabot in #359
  • chore(deps): update lycheeverse/lychee-action action to v2.1.0 by @renovate in #361
  • chore(deps): update dependency ruff to v0.7.3 by @renovate in #360
  • chore(deps): update codecov/codecov-action action to v5 by @renovate in #363
  • chore(deps-dev): update ruff requirement from 0.7.3 to 0.7.4 by @dependabot in #365
  • chore(deps): update dependency ruff to v0.8.0 by @renovate in #364
  • chore(deps): bump gitpod/workspace-python-3.12 from 2024-09-11-00-04-27 to 2024-11-26-08-43-19 by @dependabot in #366
  • chore: automate publishing by @vil02 in #367

New Contributors

Full Changelog: https://github.com/vil02/string_to_code_proj/commits/v0.2.13