Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitchel3 committed Jan 3, 2025
1 parent efe1085 commit 592bc8e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.0.10] - 2025-01-03

### Added
- New task discovery to include task name and field label
- `available_tasks` management command to view all available tasks
- `TaskChoiceField` to form fields to select available tasks
- New tests

## [0.0.9] - 2025-01-03

Expand Down Expand Up @@ -68,7 +75,9 @@ No changes, testing bump2version.
- Tox configuration for multiple Python and Django versions
- Documentation and examples

[0.0.9]: https://github.com/jmitchel3/django-qstash/compare/v0.0.9...HEAD

[0.0.10]: https://github.com/jmitchel3/django-qstash/compare/v0.0.10...HEAD
[0.0.9]: https://github.com/jmitchel3/django-qstash/compare/v0.0.9...v0.0.10
[0.0.8]: https://github.com/jmitchel3/django-qstash/compare/v0.0.8...v0.0.9
[0.0.7]: https://github.com/jmitchel3/django-qstash/compare/v0.0.7...v0.0.8
[0.0.6]: https://github.com/jmitchel3/django-qstash/compare/v0.0.6...v0.0.7
Expand Down

0 comments on commit 592bc8e

Please sign in to comment.