mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +08:00
v0.4.0
This commit is contained in:
parent
741a3c59fa
commit
d1f7d5dcf4
@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on ["Keep a Changelog"](https://keepachangelog.com/en/1.0.0/),
|
The format is based on ["Keep a Changelog"](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.4.0] - 2021-11-06
|
||||||
|
|
||||||
|
- Added "completed" state
|
||||||
|
- Updated to be compatible with asynq v0.19
|
||||||
|
|
||||||
## [0.3.2] - 2021-10-22
|
## [0.3.2] - 2021-10-22
|
||||||
|
|
||||||
- (ui): Fixed build
|
- (ui): Fixed build
|
||||||
|
@ -10,6 +10,7 @@ Asynqmon is both a library that you can include in your web application, as well
|
|||||||
|
|
||||||
| Asynq version | WebUI (asynqmon) version |
|
| Asynq version | WebUI (asynqmon) version |
|
||||||
| -------------- | ------------------------ |
|
| -------------- | ------------------------ |
|
||||||
|
| 0.19.x | 0.4.x |
|
||||||
| 0.18.x | 0.2.x, 0.3.x |
|
| 0.18.x | 0.2.x, 0.3.x |
|
||||||
| 0.16.x, 0.17.x | 0.1.x |
|
| 0.16.x, 0.17.x | 0.1.x |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user