Skip to content

Latest commit

 

History

History
147 lines (71 loc) · 7.81 KB

File metadata and controls

147 lines (71 loc) · 7.81 KB

1.10.0 (2025-11-16)

Bug Fixes

  • update Telegram action version and correct commit message reference (d6459d6)

Features

  • add Telegram message workflow for commit notifications (e9f095a)

1.9.0 (2025-10-24)

Features

  • add contributing guidelines and instructions (5529caf)
  • add Contributor Covenant Code of Conduct (3518cfb)
  • add issue templates for bug reports, feature requests, and questions (b73d4c4)

1.8.1 (2025-10-18)

Bug Fixes

  • remove Copilot from the list of reviewers in auto-assign configuration (4a7888f)
  • update auto-assign configuration to require code owner review and enable automatic Copilot code review (b3e2eb2)

1.8.0 (2025-10-18)

Features

  • update Docker workflow to use Buildx for multi-architecture image builds (b17d8df)

1.7.1 (2025-10-17)

Bug Fixes

  • update README to include Docker release setup instructions (77bd38e)

1.7.0 (2025-10-17)

Bug Fixes

  • improve tag determination logic in Docker publish workflow (a13fcc7)
  • specify Dockerfile location in build context for Docker image (e16cc88)
  • update workflow name for clarity in Docker publish process (0f83108)

Features

  • add Docker publish workflow for automated image builds and pushes (ac66064)

1.6.3 (2025-10-14)

Bug Fixes

  • update push branches to include master in conventional commits check (f9bddef)

1.6.2 (2025-10-14)

Bug Fixes

  • enable skipKeywords in auto-assign configuration (5315447)

1.6.1 (2025-10-14)

Bug Fixes

  • update README and remove Makefile for streamlined setup instructions (30869b7)
  • update README to include pip upgrade command in setup instructions (2648122)

1.6.0 (2025-10-14)

Features

  • expand allowed commit types for conventional commits and update commit types in configuration (bc6f7fc)

1.5.0 (2025-06-02)

Features

1.4.0 (2025-06-02)

Features

  • add workflow to check LaTeX document building and include sample document (015e4ab)

1.3.0 (2025-06-02)

Features

  • add Docker image building workflow (f8f0599)
  • add Docker image run step to check workflow (0b9e347)

1.2.0 (2025-06-02)

Features

  • add auto-assign pull request workflow and configuration (59e7ba2)

1.1.1 (2025-06-02)

Bug Fixes

  • add develop branch to conventional commits check triggers (1326280)

1.1.0 (2025-05-20)

Features

  • add Conventional Commits Check workflow (f327a10)

1.0.0 (2025-05-19)

Bug Fixes

  • add environment configuration for semantic release job. (af1628c)
  • remove Node.js setup and dependency installation steps from semantic-release workflow. (b8638f8)
  • update Makefile to use python for dependency installation and pre-commit hook. (e62e420)
  • update Makefile to use python3 for dependency installation and pre-commit hook. (2a86525)
  • update pre-commit hooks configuration and downgrade git-conventional-commits version. (628bfc2)
  • update semantic-release workflow permissions and actions versions. (d99382e)

Features

  • add Makefile for environment setup and pre-commit hook installation. (55faa8c)
  • add semantic-release configuration files for automated versioning and changelog generation. (ac27a70)
  • git conventional commits checker (1ac57b1)