Skip to content

Commit 51bfa5c

Browse files
chore(main): release 0.1.3
1 parent c5defc7 commit 51bfa5c

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/codescan-ai/codescan/compare/v0.1.2...v0.1.3) (2026-06-15)
4+
5+
6+
### Bug Fixes
7+
8+
* set dummy OPENAI_API_KEY fallback for custom providers and correct Ollama endpoint ([#60](https://github.com/codescan-ai/codescan/issues/60)) ([c5defc7](https://github.com/codescan-ai/codescan/commit/c5defc72316c1cabbdbffcafa1cbbf6a1f385ca8)), closes [#59](https://github.com/codescan-ai/codescan/issues/59)
9+
10+
11+
### Documentation
12+
13+
* update README for v0.1.2 with V2 agent scanner and diff-aware analysis ([55177b9](https://github.com/codescan-ai/codescan/commit/55177b90229bba072318d43d9d2f456cb8965c71))
14+
315
## [0.1.2](https://github.com/codescan-ai/codescan/compare/v0.1.1...v0.1.2) (2026-04-13)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "codescanai"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "A CLI tool that scans your codebases for security vulnerabilities powered by powerful AI models."
99
readme = "README.md"
1010
authors = [{ name = "Caleb Abhulimhen", email = "calebabhulimhen@gmail.com" }]

0 commit comments

Comments
 (0)