Releases: hyperskill/hs-test-python
Releases · hyperskill/hs-test-python
v11.0.14
v11.0.13
Fix pip wheel command for dependencies
v11.0.8
Build single wheel with all dependencies
v11.0.7
Improve build matrix configuration
v11.0.6
Fix cross-platform wheel building
v11.0.5
Fix wheel building command
v11.0.4
Build platform-specific wheels with dependencies
v11.0.3
feat: configure platform-dependent wheel building
- Add platform-specific wheel building for all supported platforms
- Configure macOS builds for both arm64 and x86_64
- Include all dependencies in wheels using poetry
- Set up proper wheel repair for macOS builds
- Add .gitattributes for consistent line endings
v11.0.2
fix: switch to pure Python wheel building
- Replace cibuildwheel with build package for pure Python wheels
v11.0.1
add cibuildwheel configuration for automated wheel building
What's Changed
- Added library version validator by @polischuks in #41
- Added INSIDE_DOCKER parameter from ENV by @polischuks in #42
- added cpp executor and cpp searcher by @polischuks in #44
- Added support C++ in the projects by @polischuks in #45
- Bump actions/checkout from 3 to 4 in the all-actions group by @dependabot in #47
- Bump ruff from 0.4.4 to 0.4.8 by @dependabot in #52
- Bump ruff from 0.4.8 to 0.4.10 by @dependabot in #54
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #56
- Bump ruff from 0.4.10 to 0.5.0 by @dependabot in #57
- Bump toshimaru/auto-author-assign from 2.1.0 to 2.1.1 in the all-actions group by @dependabot in #58
- Bump matplotlib from 3.9.0 to 3.9.1 by @dependabot in #59
- Bump matplotlib from 3.9.1 to 3.9.2 by @dependabot in #70
- Bump ruff from 0.5.0 to 0.6.0 by @dependabot in #71
- feat: add cibuildwheel configuration for automated wheel building by @polischuks in #92
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: v10.0.2...v11.0.1