Skip to content

Latest commit

 

History

History
114 lines (74 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

114 lines (74 loc) · 5.51 KB

Version: 1.1.2

  • #100: Update PyYAML version
  • #101: Use pip-tools for dependency management

Version: 1.1.1

  • #90: Use Git Safe Directory

Version: 1.1.0

  • #86: Restructure Code and Improve Type Annotations
  • #77: Update GitHub Action Versions
  • #76: Fix Typo
  • #81: fixed indentation in action (readme)
  • #83: Refactor Code and Add Type Annotations
  • #85: Use github-action-utils for running GitHub Action Workflow Commands and Set Workflow Output with Changelog Data
  • #84: Refactored Changelog CI, Fixed Bugs and Added Tests
  • #87: Add Config Option to Exclude Pull Requests That Matches Labels
  • #88: Update github-action-utils

Version: 1.0.0

  • #57: Cleanup code
  • #58: Update GitHub Action Versions
  • #67: Added Feature request Issue Template
  • #66: Added Bug Report Issue Template
  • #68: Add Configuration options for Unlabeled Changes
  • #73: Add What's new in Latest Version of Changelog CI Section in the Output
  • #69: Trigger Changelog CI on Different Events
  • #72: Add Support for reStructuredText Changelog
  • #74: Restructure the Documentation

Version: 0.8.0

  • #50: Update LICENSE Copyright year
  • #52: Add GitHub Actions Version Updater
  • #51: Update changelog-ci.yaml
  • #53: Update GitHub Action Versions
  • #54: Add Option to Generate Changelog Using Commit Message
  • #55: Refactor User Configuration Parsing and Validation

Version: 0.7.5

  • #37: Separate GitHub API Base URL
  • #39: use self.filename on _commit_changelog()
  • #45: Make Documentation about Version Number Regex clearer
  • #40: Update description
  • #46: Add support for YAML config files
  • #47: Add yaml config
  • #48: Make it Clear what actions can be performed by Changelog CI in the README

Version: 0.7.0

  • #31: Update description
  • #32: Added Changelog CI gif
  • #35: Organize Changelog CI Build Output and Move to Python Subprocess

Version: 0.6.1

  • #28: Refine documentation
  • #29: Improve git commands in entrypoint.sh

Version: 0.6.0

  • #24: Added Changelog CI Banner
  • #23: Document adding Changelog CI badge
  • #22: Add badges to README.md
  • #21: Update Documentation and comments
  • #25: Update Group Config Parsing
  • #26: Add Comment support

Version: 0.5.6

  • #19: Make Username and Email input optional and default to github-actions[bot]

Version: 0.5.5

  • #16: Added regex config for pull request title and version number
  • #17: Make Documentation Clearer

Version: 0.5.0

  • #13: Add Support to group changelog items by labels

Version: 0.4.1

  • #9: Fix Typo
  • #10: Fix Logging Error

Version: 0.4.0

  • #2: Handle release not found issue
  • #4: Handle 404 while getting pull requests for a repository
  • #6: Added Support For Private Repositories
  • #7: Add Changelog CI Action