File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.1.3] ( https://github.com/FullStackWithLawrence/agentic-ai-workflow/compare/v0.1.2...v0.1.3 ) (2025-10-16)
2+
3+
4+ ### Bug Fixes
5+
6+ * increase unit test coverage ratio to 95% ([ 045ab40] ( https://github.com/FullStackWithLawrence/agentic-ai-workflow/commit/045ab409887f2633ae71fbede0aad6f29728839c ) )
7+
18## [ 0.1.2] ( https://github.com/FullStackWithLawrence/agentic-ai-workflow/compare/v0.1.1...v0.1.2 ) (2025-10-01)
29
310
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL maintainer="Lawrence McDaniel <lpm0073@gmail.com>" \
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.2 " \
10+ org.opencontainers.image.version="0.1.3 " \
1111 org.opencontainers.image.authors="Lawrence McDaniel <lpm0073@gmail.com>" \
1212 org.opencontainers.image.url="https://FullStackWithLawrence.github.io/agentic-ai-workflow/" \
1313 org.opencontainers.image.source="https://github.com/FullStackWithLawrence/agentic-ai-workflow" \
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# DO NOT EDIT.
33# Managed via automated CI/CD in .github/workflows/semanticVersionBump.yml.
4- __version__ = "0.1.2 "
4+ __version__ = "0.1.3 "
Original file line number Diff line number Diff line change 11[project ]
22name = " StackademyAI"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44requires-python = " >=3.13"
55description = " StackademyAI: an AI-powered marketing agent"
66authors = [{ name = " Lawrence McDaniel" , email = " lpm0073@gmail.com" }]
You can’t perform that action at this time.
0 commit comments