Releases: DeMaCS-UNICAL/PythonESE
Releases · DeMaCS-UNICAL/PythonESE
Version 1.1.1
Changed
- Python version restricted due to current EmbASP compatibility problems
- Update GitHub Actions to latest versions
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
Added
- Support for new ecosystems for Dependabot
- CI workflow for Python application
- A proper
main()
Changed
- Project metadata updated to comply with PEP 621
- Ensured use of local imports
- Simplified the Docker setup
- Updated the README: installation, build, and Docker instructions
Security
- Implemented graceful shutdown handling for signals
- Dependencies updated to address security issues
Full Changelog: v1.0.1...v1.1.0
Version 1.0.1
Changed
- Remove executables from Docker image by @stefanogermano in #11
- Update Docker workflow by @markducks in #14
- Update README with project affiliation and note by @markducks in #15
Security
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @stefanogermano in #13
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
Added
- Containerization of the whole application using Docker
- Solvers executions sandboxing
- Test suite and tests for each specific solver
- Datalog and I-DLV support
Changed
- Improved documentation
Security
- Solver vulnerabilities mitigated through sandboxing
Full Changelog: v0.1.0...v1.0.0
Version 0.1.0
First (Beta) version of PythonESE