Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Jul 16, 2018
1 parent bd9da79 commit 0d27cf7
Show file tree
Hide file tree
Showing 4 changed files with 563 additions and 554 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.7.0]
### Added
- Add spinner when submitting code([#43](https://github.com/jdneo/vscode-leetcode/issues/43))

## [0.6.1]
### Added
- Add Sign in action into LeetCode Explorer title area ([#25](https://github.com/jdneo/vscode-leetcode/issues/25))
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ Refer to [CHANGELOG](CHANGELOG.md)

## Acknowledgement

This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcode-cli](https://github.com/skygragon/leetcode-cli) open source project.
- This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcode-cli](https://github.com/skygragon/leetcode-cli) open source project.
- Thanks [@TsFreddie](https://github.com/TsFreddie) for contributing [#19](https://github.com/jdneo/vscode-leetcode/pull/19).
- Thanks [@ntt2k](https://github.com/ntt2k) for contributing [#38](https://github.com/jdneo/vscode-leetcode/pull/38).



# 中文
Expand Down Expand Up @@ -123,4 +126,6 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod

## 鸣谢

本插件基于[@skygragon](https://github.com/skygragon)[leetcode-cli](https://github.com/skygragon/leetcode-cli)开源项目制作。
- 本插件基于[@skygragon](https://github.com/skygragon)[leetcode-cli](https://github.com/skygragon/leetcode-cli)开源项目制作。
- 感谢[@TsFreddie](https://github.com/TsFreddie)贡献[#19](https://github.com/jdneo/vscode-leetcode/pull/19)
- 感谢[@ntt2k](https://github.com/ntt2k)贡献[#38](https://github.com/jdneo/vscode-leetcode/pull/38)
Loading

0 comments on commit 0d27cf7

Please sign in to comment.