Skip to content

Commit 3df4197

Browse files
committed
Bump to 0.4.0.
1 parent ae9c9f0 commit 3df4197

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
- Add `$value` operator.
6+
- Add `$type` operator with support for `bool`, `int`, `str`, `float`, `decimal`, `datetime`, `date`, `time`, `timedelta`, `url`.
7+
38
## 0.3.1
49

510
- Fix `$index`.

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.3.1"
3+
version = "0.4.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)