Skip to content

Commit 7b0d077

Browse files
chore(release): 0.1.5 [skip ci]
## [0.1.5](v0.1.4...v0.1.5) (2025-10-16) ### Bug Fixes * add codecove badge ([1155daf](1155daf))
1 parent 1155daf commit 7b0d077

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.1.5](https://github.com/FullStackWithLawrence/agentic-ai-workflow/compare/v0.1.4...v0.1.5) (2025-10-16)
2+
3+
4+
### Bug Fixes
5+
6+
* add codecove badge ([1155daf](https://github.com/FullStackWithLawrence/agentic-ai-workflow/commit/1155daf1528ad54b674347851dce1d625013afc7))
7+
18
## [0.1.4](https://github.com/FullStackWithLawrence/agentic-ai-workflow/compare/v0.1.3...v0.1.4) (2025-10-16)
29

310

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="Lawrence McDaniel <[email protected]>" \
77
license="GNU AGPL v3" \
88
vcs-url="https://github.com/FullStackWithLawrence/agentic-ai-workflow" \
99
org.opencontainers.image.title="StackademyAssistent" \
10-
org.opencontainers.image.version="0.1.4" \
10+
org.opencontainers.image.version="0.1.5" \
1111
org.opencontainers.image.authors="Lawrence McDaniel <[email protected]>" \
1212
org.opencontainers.image.url="https://FullStackWithLawrence.github.io/agentic-ai-workflow/" \
1313
org.opencontainers.image.source="https://github.com/FullStackWithLawrence/agentic-ai-workflow" \

app/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
# DO NOT EDIT.
33
# Managed via automated CI/CD in .github/workflows/semanticVersionBump.yml.
4-
__version__ = "0.1.4"
4+
__version__ = "0.1.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "StackademyAI"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
requires-python = ">=3.13"
55
description = "StackademyAI: an AI-powered marketing agent"
66
authors = [{ name = "Lawrence McDaniel", email = "[email protected]" }]

0 commit comments

Comments
 (0)