File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## 0.2.1 - 2023/11/15
4
15
5
16
This version contains various fixs based on the reports we got. No new features here.
Original file line number Diff line number Diff line change 1
1
from enum import Enum
2
2
3
3
EXTENSION_NAME = "Odoo"
4
- EXTENSION_VERSION = "0.2.1 "
4
+ EXTENSION_VERSION = "0.2.2 "
5
5
6
6
#DEBUG PARAMETERS
7
7
Original file line number Diff line number Diff line change 2
2
"name" : " odoo" ,
3
3
"displayName" : " Odoo" ,
4
4
"description" : " Language Server for Odoo projects" ,
5
- "version" : " 0.2.1 " ,
5
+ "version" : " 0.2.2 " ,
6
6
"publisher" : " Odoo" ,
7
7
"repository" : {
8
8
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments