Skip to content

v0.0.0 - Sample release note title 🍻

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Sep 14:18
· 0 commits to a918df658238580b3b467e34a570bc9b7cce4377 since this release

🎉 New feature

  1. Newborn of something project.
    >>> something-cli --help
    usage: something-cli [-h] [--host HOST] [--port PORT] [--log-level {debug,info,warning,error,critical}] [--reload] [--env ENV_FILE] [--token TOKEN]
                         [--transport {sse,http-streaming}]
    
    Run the something I don\'t know what it is FastAPI server
    
    options:
      -h, --help            show this help message and exit
      --host HOST           Host to bind the server to
      --port PORT           Port to bind the server to
      --log-level {debug,info,warning,error,critical}
                            Logging level
      --reload              Enable auto-reload for development
      --env ENV_FILE        Path to the .env file for environment variables
      --token TOKEN         ClickUp API token (overrides token from .env file if provided)
      --transport {sse,http-streaming}
                            Transport protocol to use for MCP (sse or http-streaming)

🔨 Breaking changes

  1. Something breaking changes ...

🪲 Bug Fix

🙋‍♂️ For production

  1. 💣 Critical bugs:

    1. A critical issue ([PR#111])
  2. 🦠 Major bugs:

    1. A major issue ([PR#112])
  3. 🐛 Mirror bugs:

    1. A minor issue ([PR#113])

👨‍💻 For development

  1. Some document changes.

♻️ Refactor

  1. Some refactoring.

🍀 Improvement

  1. Improve something. ([PR#481])

📑 Docs

  1. Some changes of documentation..

🤖 Upgrade dependencies

  1. Upgrade the Python dependencies.
  2. Upgrade pre-commit dependencies.
  3. Upgrade the CI reusable workflows.

🚮Deprecate

  1. Something deprecated.