All notable changes to this project will be documented in this file.
- chore: Extend .dockerignore
- cc57e25 chore: Cache cargo index in manylinux2014 docker image
- cc55548 chore: Update the lock file
NOTE: Many thanks to (@3c7)[https://github.com/3c7]
- Combining aarch64 with linux target_os
- Implemented conditional compilation for aarch64
- Implemented macOS (intel) build in Github Actions
- Implementing Makefile for easier manual build process
- Update Readme.md: Add installation & info
- chore(deps): Update deps
- chore: Add way to link additional libs
- chore: Stop using deprecated
Python::acquire_gil()
- ci: Create dependabot.yml
- ci: Github Action for building windows wheels
- ci: Testing Github Actions for Windows
- feat: Add new argument to
yr_re_compile
- fix: Return error when yara module is not found
- feat: Start using vanilla YARA API (#19)
- ci: Add tests for bundled bindings
- ci: Update openssl to 3.0.7
- build: Link YARA statically for Linux
- ci: Github Action for Win Python wheels (enables support for python3.11) (#17)
- ci: Fix the zlib version in Dockerfile
- fix release process
- feat: Add support for
filesize
andentry_point
in complex expressions - fix: Heap corruption on Windows platform
- fix: Parse complex expressions starting with a string (#9)
- Initial release