Skip to content

Commit 726712a

Browse files
committed
chore: bump version to 0.10.0
1 parent 7741c21 commit 726712a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.10.0
44

55
- Drop `auto_draft_in_config`, in favor of explicitly using
66
```

confit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from .typing import Validatable, cast
1212
from .draft import Draft
1313

14-
__version__ = "0.9.0"
14+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)