Skip to content

Commit 4e1b484

Browse files
committed
build: add new 0.3.0 version
1 parent 5a5be07 commit 4e1b484

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.0] - 2025-09-14
9+
10+
### Added
11+
- **YOLO Mode**: Development mode for testing without MCP module installation
12+
- Read-Only: Safe demo mode with read-only access to all models
13+
- Full Access: Unrestricted access for development (never use in production)
14+
- Works with any standard Odoo instance via native XML-RPC endpoints
15+
816
## [0.2.2] - 2025-08-04
917

1018
### Added

pyproject.toml

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

55
[project]
66
name = "mcp-server-odoo"
7-
version = "0.2.2"
7+
version = "0.3.0"
88
description = "A Model Context Protocol server for Odoo ERP systems"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)