Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 16, 2024
1 parent a051d32 commit ca5f1c3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"label": "Semantic Release",
"type": "shell",
"command": "semantic-release version --push",
"problemMatcher": []
}
]
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.2.1 (2024-12-15)

### Bug Fixes

- Fixes run periodicity
([`a051d32`](https://github.com/UCSD-E4E/label-studio-slack-reporter/commit/a051d32c1010816bc7449cbad804c18a0887fd94))


## v0.2.0 (2024-12-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion label_studio_slack_reporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'''Label Studio Slack Reporter
'''
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "label_studio_slack_reporter"
version = "0.2.0"
version = "0.2.1"
description = "Label Studio Slack Reporter"
authors = [
"UCSD Engineers for Exploration <[email protected]>"
Expand Down

0 comments on commit ca5f1c3

Please sign in to comment.