Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2024
1 parent 364f29a commit 6c64832
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.2.0 (2024-02-12)

### Feat

- added timing middleware
- BACK-32 added /next-event path
- BACK-26 supabase self-host initial setup
- **results**: BACK-14 session is optional with default as race
- BACK-13 /schedule now provides the year

### Fix

- **schedule**: BACK-24 exclude testing events
- BACK-22 added missing favicon.ico
- **results**: BACK-19 don't fetch laps

### Refactor

- better organized docker installation

## 0.1.0 (2024-01-28)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "backend"
version = "0.1.0"
version = "0.2.0"
description = "Slick Telemetry backend written in python"
authors = ["Slick Telemetry <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -28,7 +28,7 @@ build-backend = "poetry.core.masonry.api"
profile = "black"

[tool.commitizen]
version = "0.1.0"
version = "0.2.0"
version_files = [
"app/__init__.py:__version__",
"pyproject.toml:version",
Expand Down

0 comments on commit 6c64832

Please sign in to comment.