File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
516This version contains various fixs based on the reports we got. No new features here.
Original file line number Diff line number Diff line change 11from enum import Enum
22
33EXTENSION_NAME = "Odoo"
4- EXTENSION_VERSION = "0.2.1 "
4+ EXTENSION_VERSION = "0.2.2 "
55
66#DEBUG PARAMETERS
77
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments