Skip to content

Commit 140c6f5

Browse files
committed
Bump version 0.1.1
1 parent e2a67cf commit 140c6f5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,51 @@
11
# Change Log
2+
23
All notable changes to the "python-snippets" extension will be documented in this file.
34

5+
## [0.1.1] 2021-10-14
6+
7+
- Merge PR #14
8+
49
## [0.1.0]
510

611
- Merge PRs #15, #16, #17
712

813
## [0.0.9]
14+
915
- Merge PR #11
1016

1117
## [0.0.8]
18+
1219
- Merge PR #9, #10
1320
- Add "New property", issue #2
1421

1522
## [0.0.7]
23+
1624
- Merge PR #7
1725

1826
## [0.0.6]
27+
1928
- Merge PR #1 #3 #5 fix typo, new snippets added
2029

2130
## [0.0.5]
31+
2232
- Fix duplicate snippets, adding some doc
2333

2434
## [0.0.4]
35+
2536
- Added abbreviations list with description on README file
2637

2738
## [0.0.3]
39+
2840
- Initial support for Tkinter, ported from Atom snippets found on [GitHub](https://github.com/adiultra/python-snippets)
2941
- Splitting snippets into category files
3042

3143
## [0.0.2]
44+
3245
- Public repo on [GitHub](https://github.com/cstrap/python-snippets), feel free to contribute! :-)
3346

3447
## [0.0.1]
48+
3549
- Initial release
3650
- Porting Atom [language-python](https://github.com/atom/language-python) with [atomizr](https://www.npmjs.com/package/node-atomizr)
3751
- Added some snippets ported from PyCharm

package.json

Lines changed: 1 addition & 1 deletion
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.1.0",
5+
"version": "0.1.1",
66
"publisher": "cstrap",
77
"icon": "images/python.png",
88
"engines": {

0 commit comments

Comments
 (0)