Skip to content

Release v0.5.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 23:14
· 19 commits to main since this release

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