Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jan 5, 2024
1 parent 62f4f9c commit 221419b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backgrounder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.2.0"

from .decorator import background
from .tasks import Task, Tasks
Expand Down
6 changes: 6 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 0.2.0

### Changed

- Add `run_sync` functionality to concurrency module and update the decorator.

## 0.1.1

### Fixed
Expand Down

0 comments on commit 221419b

Please sign in to comment.