Skip to content

Commit d3387a0

Browse files
committed
update version
1 parent 80202dd commit d3387a0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git pull origin release
2323
2424
# Install dependencies (Production mode, no dev deps)
25-
/root/.local/bin/poetry install --only main --sync
25+
/root/.local/bin/poetry install --only main --all-extras --sync
2626
2727
# Restart the service
2828
sudo systemctl restart tiny.service

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ All notable changes to this repository will be documented in this file.
1717
- Added In-Memory cache strategy
1818
- DB dependency optional
1919
- Change UI
20+
21+
## [1.0.3] Wed, Feb 18, 2026
22+
23+
- Added Database connection retry logic

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tiny"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "A package for URL Shortener with QR Code generation"
55
authors = [
66
{ name = "recursivezero", email = "152776938+recursivezero@users.noreply.github.com" },

0 commit comments

Comments
 (0)