Skip to content

Commit 53206d6

Browse files
committed
[IMP] Update version to 0.9.0
1 parent 37d8ac8 commit 53206d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.9.0
4+
5+
- [NEW] Add unlink method snippet
6+
- [FIX] early close data tag (thanks [@oscars8a](https://github.com/oscars8a))
7+
- [IMP] Add XML version tag (thanks [@oscars8a](https://github.com/oscars8a))
8+
39
## 0.8.0
410

511
- [FIX] Fix string paramter of Selection field snippet

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "odoo-snippets",
33
"displayName": "Odoo Code Snippets",
44
"description": "This snippets can help you to develop Odoo modules faster and with no Typing Errors.",
5-
"version": "0.8.0",
5+
"version": "0.9.0",
66
"license": "SEE LICENSE IN LICENSE",
77
"publisher": "mstuttgart",
88
"author": {

0 commit comments

Comments
 (0)