Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 987 Bytes

File metadata and controls

46 lines (29 loc) · 987 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.1.1] - 2026-01-24

Bug Fixes

  • Remove/replace cibuildwheel by @sielicki
  • Add permissions so fh cache works by @sielicki
  • Run pypi publish on ubuntu-latest

Features

  • Define actions and renovate config in nix by @sielicki
  • Add homebrew build action workflow by @sielicki
  • Add write-files pre-commit hook by @sielicki

Miscellaneous Tasks

  • Gitignore .pre-commit-config.yaml by @sielicki
  • Add LICENSE by @sielicki

Refactor

  • Move git-cliff config to pyproject.toml

v0.1.1 (2026-01-24)

Feat

  • add write-files pre-commit hook
  • add homebrew build action workflow
  • define actions and renovate config in nix

Fix

  • download artifacts to dist/ directory for PyPI publish
  • run pypi publish on ubuntu-latest
  • add permissions so fh cache works
  • remove/replace cibuildwheel

Refactor

  • move git-cliff config to pyproject.toml