Skip to content

Commit 942345e

Browse files
committed
v0.13.0
1 parent 1f059ee commit 942345e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.0] - 2020-10-13
11+
1012
### Added
1113

1214
- `Scheduler` type is added to enable periodic tasks. See the godoc for its APIs and [wiki](https://github.com/hibiken/asynq/wiki/Periodic-Tasks) for the getting-started guide.

internal/base/base.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
// Version of asynq library and CLI.
22-
const Version = "0.12.0"
22+
const Version = "0.13.0"
2323

2424
// DefaultQueueName is the queue name used if none are specified by user.
2525
const DefaultQueueName = "default"

0 commit comments

Comments
 (0)