From f6285992647e66768e99c6f9d59bc1fbfa7b258b Mon Sep 17 00:00:00 2001 From: allen-li1231 Date: Fri, 3 Jan 2025 21:48:15 +0800 Subject: [PATCH] upgrade version and changelog --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5173841..461bf32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -164,8 +164,14 @@ All notable changes to the "zeppelin-vscode" extension will be documented in thi - #11 - [Execution ending error when notebook is repeatedly opened quickly](https://github.com/allen-li1231/zeppelin-vscode/commit/08b032b1e9c92934a177d1da4403f65c65361f30) + ## [0.2.9] - 2024-11-29 ### Fixed: - [Misalignment of cell index through moving/copying/cutting and pasting cell.](https://github.com/allen-li1231/zeppelin-vscode/commit/198b53e936b7909567c048aec3b4cbfcfc8d45c8) -- [Inappropriate create new file prompt when comparing file history in git](https://github.com/allen-li1231/zeppelin-vscode/commit/969b39776209ee55ef3cdefe96bd169836405110) \ No newline at end of file +- [Inappropriate create new file prompt when comparing file history in git](https://github.com/allen-li1231/zeppelin-vscode/commit/969b39776209ee55ef3cdefe96bd169836405110) + + +## [0.2.10] - 2025-01-03 +### Added +[HTTP Agent Configuration support](https://github.com/allen-li1231/zeppelin-vscode/commit/f44dd57b0606cd1b5b654e31c9bdf7e059b86269) for resolving #15 . \ No newline at end of file diff --git a/package.json b/package.json index 483f903..b8a58de 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "zeppelin-vscode", "displayName": "Zeppelin Notebook", "description": "Apache Zeppelin Notebook Extension for VS Code", - "version": "0.2.9", + "version": "0.2.10", "publisher": "AllenLi1231", "author": { "name": "Allen Li"