Skip to content

Commit 4da7935

Browse files
author
Christian Strappazzon
committed
Bump version 0.0.9
1 parent 218eda4 commit 4da7935

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to the "python-snippets" extension will be documented in this file.
33

4+
## [0.0.9]
5+
- Merge PR #11
6+
47
## [0.0.8]
58
- Merge PR #9, #10
69
- Add "New property", issue #2

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python snippets
1+
# Python snippets
22

33
Python snippets collections.
44

@@ -25,6 +25,7 @@ Thanks!
2525
| class | New class |
2626
| defs | New method |
2727
| def | New function |
28+
| adef | Async function |
2829
| property | New property |
2930
| if | if |
3031
| for | for |
@@ -103,7 +104,4 @@ Thanks!
103104

104105
## Release Notes
105106

106-
## 0.0.5
107-
- Fix duplicate snippets, adding some doc
108-
109107
See [changelog](CHANGELOG.md) for all changes and releases.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python-snippets",
33
"displayName": "python-snippets",
44
"description": "Python Snippets",
5-
"version": "0.0.8",
5+
"version": "0.0.9",
66
"publisher": "cstrap",
77
"icon": "images/python.png",
88
"engines": {
@@ -20,8 +20,7 @@
2020
"url": "https://github.com/cstrap/python-snippets.git"
2121
},
2222
"contributes": {
23-
"snippets": [
24-
{
23+
"snippets": [{
2524
"language": "python",
2625
"path": "./snippets/base.json"
2726
},
@@ -43,4 +42,4 @@
4342
}
4443
]
4544
}
46-
}
45+
}

0 commit comments

Comments
 (0)