File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+
2
3
All notable changes to the "python-snippets" extension will be documented in this file.
3
4
5
+ ## [ 0.1.1] 2021-10-14
6
+
7
+ - Merge PR #14
8
+
4
9
## [ 0.1.0]
5
10
6
11
- Merge PRs #15 , #16 , #17
7
12
8
13
## [ 0.0.9]
14
+
9
15
- Merge PR #11
10
16
11
17
## [ 0.0.8]
18
+
12
19
- Merge PR #9 , #10
13
20
- Add "New property", issue #2
14
21
15
22
## [ 0.0.7]
23
+
16
24
- Merge PR #7
17
25
18
26
## [ 0.0.6]
27
+
19
28
- Merge PR #1 #3 #5 fix typo, new snippets added
20
29
21
30
## [ 0.0.5]
31
+
22
32
- Fix duplicate snippets, adding some doc
23
33
24
34
## [ 0.0.4]
35
+
25
36
- Added abbreviations list with description on README file
26
37
27
38
## [ 0.0.3]
39
+
28
40
- Initial support for Tkinter, ported from Atom snippets found on [ GitHub] ( https://github.com/adiultra/python-snippets )
29
41
- Splitting snippets into category files
30
42
31
43
## [ 0.0.2]
44
+
32
45
- Public repo on [ GitHub] ( https://github.com/cstrap/python-snippets ) , feel free to contribute! :-)
33
46
34
47
## [ 0.0.1]
48
+
35
49
- Initial release
36
50
- Porting Atom [ language-python] ( https://github.com/atom/language-python ) with [ atomizr] ( https://www.npmjs.com/package/node-atomizr )
37
51
- Added some snippets ported from PyCharm
Original file line number Diff line number Diff line change 2
2
"name" : " python-snippets" ,
3
3
"displayName" : " python-snippets" ,
4
4
"description" : " Python Snippets" ,
5
- "version" : " 0.1.0 " ,
5
+ "version" : " 0.1.1 " ,
6
6
"publisher" : " cstrap" ,
7
7
"icon" : " images/python.png" ,
8
8
"engines" : {
You can’t perform that action at this time.
0 commit comments