Skip to content

Commit 0499581

Browse files
committed
chore(release): bump to v0.17.0
1 parent 28813e2 commit 0499581

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ check-all: lint test-all coverage ## Run all checks (lint, test
219219
.PHONY: docs-clean
220220
docs-clean: ## Clean documentation build
221221
@echo "${INFO} Cleaning documentation build assets... 🧹"
222-
@rm -rf docs/_build >/dev/null 2>&1
222+
@rm -rf docs/_build
223223
@echo "${OK} Documentation assets cleaned"
224224

225225
.PHONY: docs-serve
@@ -230,7 +230,7 @@ docs-serve: docs-clean ## Serve documentation locall
230230
.PHONY: docs
231231
docs: docs-clean ## Build documentation
232232
@echo "${INFO} Building documentation... 📝"
233-
@uv run sphinx-build -M html docs docs/_build/ -E -a -j auto -W --keep-going >/dev/null 2>&1
233+
@uv run sphinx-build -M html docs docs/_build/ -E -a -j auto -W --keep-going
234234
@echo "${OK} Documentation built successfully"
235235

236236
.PHONY: docs-linkcheck

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [{ name = "Litestar Developers", email = "[email protected]" }]
1313
name = "sqlspec"
1414
readme = "README.md"
1515
requires-python = ">=3.9, <4.0"
16-
version = "0.16.3"
16+
version = "0.17.0"
1717

1818
[project.urls]
1919
Discord = "https://discord.gg/litestar"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)