Skip to content

Commit c0a2542

Browse files
authored
Bump version to 0.15.0 and prep changelog (#201)
* Bump version to 0.15.0 and prep changelog * Update changelog
1 parent fdf3046 commit c0a2542

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [0.14.0] - 2025-07-23
8+
## [0.15.0] - 2025-11-12
9+
### Added
10+
- Support for `--use-spawn` (#199)
11+
- Support for 3.14 (#200)
12+
13+
### Dropped
14+
- Support for 3.9 (#200)
915

16+
17+
## [0.14.0] - 2025-07-23
18+
### Added
1019
- Add support for Django 5.2 (#195)
1120
- Allow watch directory to be set via CLI (#192)
1221
- When using the PickleEncoder, fix task view by showing a representation of the args (#189)

django_dramatiq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.0"
1+
__version__ = "0.15.0"

0 commit comments

Comments
 (0)