Skip to content

Commit 8a4f2d3

Browse files
chore: Bump version from 1.5.9 to 1.6.0
Maven parent POM resolution is a significant new feature, so using a minor version bump (1.6.0) instead of patch (1.5.9) to better follow semantic versioning conventions. CHANGES: - mcp_semclone/__init__.py: 1.5.9 → 1.6.0 - pyproject.toml: 1.5.9 → 1.6.0 - examples/strands-agent-ollama/requirements.txt: 1.5.9 → 1.6.0 - CHANGELOG.md: Updated [1.5.9] → [1.6.0] and section from 'Enhanced' to 'Added' - CHANGELOG.md: Updated example comment from v1.5.9 → v1.6.0 REASONING: - v1.5.8: Critical bugfix + redesign - v1.6.0: New feature (Maven parent POM resolution) - Minor version bump signals new functionality vs patch-level fixes
1 parent b66802a commit 8a4f2d3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [1.5.9] - 2025-01-13
10+
## [1.6.0] - 2025-01-13
1111

12-
### Enhanced
12+
### Added
1313

1414
#### Maven Parent POM License Resolution + Source Header Detection
1515

@@ -40,7 +40,7 @@ download_and_scan_package(purl="pkg:maven/org.example/library@1.0.0")
4040
# declared_license: None
4141
# detected_licenses: []
4242

43-
# After (v1.5.9):
43+
# After (v1.6.0):
4444
# declared_license: "Apache-2.0" # From parent POM
4545
# detected_licenses: ["Apache-2.0"]
4646
# metadata.license_source: "parent_pom_via_clearlydefined"

examples/strands-agent-ollama/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Python 3.10+ required
33

44
# MCP server with SEMCL.ONE compliance tools
5-
mcp-semclone>=1.5.9
5+
mcp-semclone>=1.6.0
66

77
# MCP SDK for connecting to MCP servers
88
mcp>=1.0.0

mcp_semclone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""MCP SEMCL.ONE - Model Context Protocol server for OSS compliance."""
22

3-
__version__ = "1.5.9"
3+
__version__ = "1.6.0"
44
__author__ = "Oscar Valenzuela B."
55
__email__ = "oscar.valenzuela.b@gmail.com"

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 = "mcp-semclone"
7-
version = "1.5.9"
7+
version = "1.6.0"
88
description = "Model Context Protocol server for SEMCL.ONE OSS compliance toolchain"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)