From 15ccb0ae6af8a82d8a3b55462bc2e24715347a2d Mon Sep 17 00:00:00 2001 From: fda-odoo Date: Mon, 11 Aug 2025 11:27:25 +0200 Subject: [PATCH] 0.10.1 --- changelog.md | 6 ++++++ server/Cargo.toml | 2 +- server/src/constants.rs | 2 +- server/typeshed | 2 +- vscode/package.json | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index f8c9e43d..a6322b45 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.10.1 - 2025/08/11 - Quick fix + +### Fixes + +- Invalid context value type that can cause crashes. + ## 0.10.0 - 2025/08/08 - Better configuration and XML features Following your feedbacks, we are adding some new features and ways to configure your odools.toml files. If you still think that some changes would be interesting, do not hesitate to contact us ! diff --git a/server/Cargo.toml b/server/Cargo.toml index 4d3ef197..af8d4797 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "odoo_ls_server" -version = "0.10.0" +version = "0.10.1" edition = "2021" authors = ["Odoo"] readme = "../README.md" diff --git a/server/src/constants.rs b/server/src/constants.rs index 2eee2080..12862c58 100644 --- a/server/src/constants.rs +++ b/server/src/constants.rs @@ -4,7 +4,7 @@ use core::fmt; use byteyarn::{yarn, Yarn}; pub const EXTENSION_NAME: &str = "Odoo"; -pub const EXTENSION_VERSION: &str = "0.10.0"; +pub const EXTENSION_VERSION: &str = "0.10.1"; pub const DEBUG_ODOO_BUILDER: bool = false; pub const DEBUG_MEMORY: bool = false; diff --git a/server/typeshed b/server/typeshed index fce4fe7b..5a5d6a76 160000 --- a/server/typeshed +++ b/server/typeshed @@ -1 +1 @@ -Subproject commit fce4fe7b881be596fc8315c5ed6bdea0e45912c5 +Subproject commit 5a5d6a7647fbace1f7f89092ade06b1f12294551 diff --git a/vscode/package.json b/vscode/package.json index 5f6d5095..e4112732 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "odoo", "displayName": "Odoo", "description": "Language Server for Odoo projects", - "version": "0.10.0", + "version": "0.10.1", "publisher": "Odoo", "repository": { "type": "git",