Skip to content

Releases: jj-devhub/rust-python-X-rs-py

Release v0.6.1

07 Sep 02:05

Choose a tag to compare

What's Changed

Bug Fixes

  • fix: resolve remaining pre-commit hook quality issues (7fda6a1)
  • fix: remove unused import to pass pre-commit quality checks (314a928)
  • fix: clean up test file to pass all pre-commit quality checks (9d1ccf0)

Maintenance

  • chore: bump version to 0.6.1 [skip ci] (742f0eb)
  • test: verify Rust pre-commit hooks with formatting issues (96cb968)
  • test: demonstrate pre-commit hook quality gate enforcement (f9db0a1)
  • test: verify pre-commit hooks execution and auto-fixing (5a2c67d)

Installation

pip install demopy_gb_jj==0.6.1

Usage

import demopy
print(demopy.hello())  # Hello from demopy_gb_jj!
print(demopy.add(5, 7))  # 12

Full Changelog: v0.6.0...v0.6.1

Release v0.6.0

07 Sep 01:02

Choose a tag to compare

What's Changed

New Features

  • feat: implement comprehensive pre-commit hooks for automated code quality enforcement (310eabc)

Bug Fixes

  • fix: resolve automated release system inconsistencies and improve workflow logic (64ba79f)
  • fix: resolve critical CI/CD pipeline failures - Black formatting and Windows Unicode encoding (dde1473)
  • fix: complete Windows Unicode encoding fixes in CI workflow (b06861a)
  • fix: resolve Windows Unicode encoding errors in CI workflow verification scripts (dbe60c0)
  • fix: resolve flake8 line length violations (E501 errors) (8a7e862)
  • fix: resolve module name mismatch causing Integration Test failures on Windows (d98a2e2)
  • fix: resolve Python package installation error in Code Quality workflow (618d85b)

Maintenance

  • chore: bump version to 0.6.0 [skip ci] (cddcd2e)
  • docs: add comprehensive pre-commit hooks documentation and README updates (ae867d1)

Installation

pip install demopy_gb_jj==0.6.0

Usage

import demopy
print(demopy.hello())  # Hello from demopy_gb_jj!
print(demopy.add(5, 7))  # 12

Full Changelog: v0.4.1...v0.6.0

Release v0.5.0

06 Sep 23:14

Choose a tag to compare

What's Changed

New Features

  • feat: add power function for exponentiation calculations (660d002)
  • feat: implement fully automated CI/CD pipeline with semantic versioning (73e3c6e)

Bug Fixes

  • fix: resolve GitHub Actions permission issues for automated CI/CD pipeline (0ef82b7)
  • fix: resolve Rust formatting issue and implement comprehensive code quality automation (314eba1)
  • fix: Improve PyPI publishing workflow to handle version conflicts gracefully (a853a54)
  • fix: Add PyPI authentication support for both trusted publishing and API tokens (a175010)
  • fix: Add manual trigger option to Release workflow (647e9f9)

Installation

pip install demopy_gb_jj==0.5.0

Usage

import demopy
print(demopy.hello())  # Hello from demopy_gb_jj!
print(demopy.add(5, 7))  # 12

Release v0.4.1

06 Sep 23:25

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: resolve cargo tool installation conflicts in Code Quality workflow (7ed4e70)

📦 Installation

pip install demopy_gb_jj==0.4.1

🚀 Usage

import demopy
print(demopy.hello())  # Hello from demopy_gb_jj!
print(demopy.add(5, 7))  # 12

Release v0.4.0

06 Sep 20:38

Choose a tag to compare

Automated release for version 0.4.0

This release was created automatically by the version bump workflow.

0.2.5

01 Aug 15:31
de682f6

Choose a tag to compare

What's Changed

Full Changelog: 0.2.4...0.2.5

0.2.4

01 Aug 15:24
a4500cd

Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4