@@ -274,25 +274,25 @@ docstring-code-line-length = 88
274274[tool .git-cliff .changelog ]
275275body = """
276276{% if version %}\
277- `Release [v{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} <https://github.com/litestar-org/litestar-htmx /releases/tag/v{{ version | trim_start_matches(pat="v") }}>`_
277+ `Release [v{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} <https://github.com/litestar-org/sqlspec /releases/tag/v{{ version | trim_start_matches(pat="v") }}>`_
278278 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
279- * `See All commits in v{{ version | trim_start_matches(pat="v") }} <https://github.com/litestar-org/litestar-htmx /commits/v{{ version | trim_start_matches(pat="v") }}>`_
279+ * `See All commits in v{{ version | trim_start_matches(pat="v") }} <https://github.com/litestar-org/sqlspec /commits/v{{ version | trim_start_matches(pat="v") }}>`_
280280{% else %}\
281281 [unreleased]
282282 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
283283{% endif %}\
284284{% if previous %}\
285285 {% if previous.commit_id %}
286- `{{ previous.commit_id | truncate(length=7, end="") }} <https://github.com/litestar-org/litestar-htmx /commit/{{ previous.commit_id }}>`_ ... \
287- `{{ commit_id | truncate(length=7, end="") }} <https://github.com/litestar-org/litestar-htmx /commit/{{ commit_id }}>`_ \
288- | `See diff for {{ version | trim_start_matches(pat="v") }} <https://github.com/litestar-org/litestar-htmx /compare/{{ previous.commit_id }}...{{ commit_id }}>`_
286+ `{{ previous.commit_id | truncate(length=7, end="") }} <https://github.com/litestar-org/sqlspec /commit/{{ previous.commit_id }}>`_ ... \
287+ `{{ commit_id | truncate(length=7, end="") }} <https://github.com/litestar-org/sqlspec /commit/{{ commit_id }}>`_ \
288+ | `See diff for {{ version | trim_start_matches(pat="v") }} <https://github.com/litestar-org/sqlspec /compare/{{ previous.commit_id }}...{{ commit_id }}>`_
289289 {% endif %}\
290290{% endif %}\
291291{% for group, commits in commits | group_by(attribute="group") %}
292292 {{ group | upper_first }}
293293 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
294294 {% for commit in commits %}
295- * (`{{ commit.id | truncate(length=7, end="") }} <https://github.com/litestar-org/litestar-htmx /commit/{{ commit.id }}>`_) {% if commit.breaking %}[**breaking**] {% endif %} - {{ commit.message | upper_first }} ({{ commit.author.name }})\
295+ * (`{{ commit.id | truncate(length=7, end="") }} <https://github.com/litestar-org/sqlspec /commit/{{ commit.id }}>`_) {% if commit.breaking %}[**breaking**] {% endif %} - {{ commit.message | upper_first }} ({{ commit.author.name }})\
296296 {% for footer in commit.footers -%}
297297 , {{ footer.token }}{{ footer.separator }}{{ footer.value }}\
298298 {% endfor %}\
0 commit comments