Skip to content

Commit 1f3a196

Browse files
committed
bump version
1 parent 0058ff9 commit 1f3a196

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Change Log
2-
All notable changes to the "vscode-jupyter-python" extension will be documented in this file.
1+
# Changelog
32

4-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
3+
## 0.2.0 - 2022-12-07
54

6-
## [Unreleased]
7-
- Initial release
5+
- Prefer selection instead of inferred code block if selection is non-empty https://github.com/kylebarron/vscode-jupyter-python/pull/5
6+
- Scroll down when setting selection https://github.com/kylebarron/vscode-jupyter-python/pull/4
7+
8+
## 0.1.0 - 2022-11-28
9+
10+
Initial release.

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,3 @@ This depends on the upstream [`vscode-jupyter`](https://github.com/microsoft/vsc
5151
This is an early package so there are probably bugs.
5252

5353
- [ ] Support for extending block upwards (i.e. if a decorator is on the previous line, include it in the current selection)
54-
55-
## Release Notes
56-
57-
## 0.1.0 - 2022-11-28
58-
59-
Initial release.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-jupyter-python",
33
"displayName": "vscode-jupyter-python",
44
"description": "Run automatically-inferred Python code blocks in Jupyter.",
5-
"version": "0.1.1",
5+
"version": "0.2.0",
66
"publisher": "kylebarron",
77
"repository": "https://github.com/kylebarron/vscode-jupyter-python",
88
"engines": {

0 commit comments

Comments
 (0)