Skip to content

Commit d5735a2

Browse files
committed
[VERSION] 0.2.2
1 parent 1011b6d commit d5735a2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.2.2 - 2023/11/20
4+
5+
### VsCode
6+
7+
- Fix broken image links in readme files.
8+
9+
### Server
10+
- Fix typo in the last patch
11+
- update code to work with cattrs==23.2.1
12+
- Fix diagnostic crash in non-module addon
13+
314
## 0.2.1 - 2023/11/15
415

516
This version contains various fixs based on the reports we got. No new features here.

server/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from enum import Enum
22

33
EXTENSION_NAME = "Odoo"
4-
EXTENSION_VERSION = "0.2.1"
4+
EXTENSION_VERSION = "0.2.2"
55

66
#DEBUG PARAMETERS
77

vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "odoo",
33
"displayName": "Odoo",
44
"description": "Language Server for Odoo projects",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"publisher": "Odoo",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)