Skip to content

Commit 532f8e1

Browse files
committed
Bump to 0.6.0.
1 parent 8dd310b commit 532f8e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Support integer access for lists using numeric sub-keys (e.g. `[tool.django.TEMPLATES.0]`).
66
- Add internal URL parsing support for database and cache settings.
7-
- New `$type` values: `db`, `database`, and `cache`.
7+
- New `$type` values: `database` and `cache`.
88
- Improved deep dictionary parsing to handle nested settings and special operators like `$insert` at any depth.
99
- Support for "path" casting for `$type`.
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dj-toml-settings"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Load Django settings from a TOML file"
55
authors = [
66
{ name = "Adam Hill", email = "adam@adamghill.com" },

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)