Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 883 Bytes

File metadata and controls

41 lines (24 loc) · 883 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Fixed

[0.7.1] - 2026-03-12

Added

  • __main__.py entry point to allow running the package with python -m admin_scripts

[0.7.0] - 2026-01-08

Added

  • AGENTS.md file with comprehensive contribution guidelines and coding standards
  • CHANGELOG.md file for tracking project changes
  • CLAUDE.md file for AI assistant guidance

Changed

  • Package name from "admin_scripts" to "admin-scripts" for consistency
  • CI workflow upgraded from Python 2.7 to Python 3.12
  • Added pytest as the test runner in CI workflow
  • Added setuptools upgrade step in CI workflow