Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iashraful committed Dec 23, 2024
1 parent 7a3f566 commit 62185ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 0.1.0

**ADDED**

- Worker name specification.
- Worker priority set by score.
- Logging support with python's default logging.

## 0.0.3

- Initially released
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "It's a python based asyncio task schedular/queue mechanism"
license = "MIT"
name = "coro-runner"
readme = "README.md"
version = "0.0.3"
version = "0.1.0"

[tool.poetry.dependencies]
python = "^3.12"
Expand Down

0 comments on commit 62185ef

Please sign in to comment.