- refactor: switch to pyproject.toml for configuration
- change: drop python 3.8 support
- ci: upgrade actions, add python 3.13 to build matrix
- fix: workaround for wasmtime crash on macos
- #7
- change: upgrade wasmtime to 30.0.0
- change(ci): add a job with python 3.12
- release v1.0.5
- fix(deps): update pyyaml to 6.0.1
- Fixes incompatibility with Cython 3.0.0
- release v1.0.4
- fix(deps): allow newer compatible versions of dependencies
- fix(pre-commit): remove unnecessary 'pass_filenames: true'
- pass_filenames==true by default.
- release v1.0.3
- fix(main): fix incorrect warning, cover main with tests
- release v1.0.2
- feat: print a note if no files were checked
- release v1.0.1
- fix(astyle): fix error handling to not segfault
- fix(rules): remove version option in rules file, since it doesn't work
- release v1.0.0
- chore(readme): add badges
- chore(ci): update checkout and setup-python actions
- fix(setup): fix package_data for the new location of WASM files
- feat(deps): update to wasmtime 12.0.0, drop python 3.7
- fix(readme): correct --astyle-version argument syntax
- feat: add support for multiple astyle versions; add 3.4.7
- release v0.9.1
- upgrade pre-commit hooks
- fix args.rules not handled
- iterate_files_rules was implemented in 71eb50fba, but I forgot to update iterate_files to call it.
- release v0.9.0
- upgrade wasmtime to 0.40.0
- add CI workflow
- extend README.md and CONTRIBUTING.md
- add a sample
- update setup.cfg, add pyproject.toml
-
- change deprecated license_file to license_files
- add classifiers
- implement processing of rules files
- refactor files iteration
- move tests to pytest
- split astyle_wrappers into multiple files
- upgrade python and wasmtime dependencies
- add pre-commit, drop requirements.txt
- update to wasmtime==0.29.0
-
- wasmtime version pinned in setup.cfg and requirements.txt
- changes to support new wasmtime API
- move argument parsing out of 'main' into a separate function
- add a couple simple test cases
- Implement more options, expand readme
- initial version