Skip to content

Commit

Permalink
chore(release): 1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 1, 2025
1 parent 892c342 commit e8ee582
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
- Add changelog components configuration - Exclude release commits from changelog - Configure
changelog formatting

### Documentation

- Update CHANGELOG.md [skip ci]
([`892c342`](https://github.com/gsinghjay/fast-api-ci-cd/commit/892c34220d30ee94e96ade910a82b27d53e16464))


## v1.0.5 (2025-01-01)

Expand Down
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
QR Code Generator Application
"""

__version__ = "1.0.5"
__version__ = "1.0.6"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qr-code-generator"
version = "1.0.5"
version = "1.0.6"
description = "A robust and scalable QR Code Generator application built with FastAPI"
authors = ["Your Name <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e8ee582

Please sign in to comment.