File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ Display version information.
465
465
Short:
466
466
467
467
$ leetcode version
468
- 2.5.4
468
+ 2.6.0
469
469
470
470
Verbose:
471
471
@@ -475,7 +475,7 @@ Verbose:
475
475
| | ___ ___| |_ ___ ___ __| | ___
476
476
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
477
477
| | __/ __/ |_ (__| (_) | (_| | __/
478
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.4
478
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.6.0
479
479
480
480
[Environment]
481
481
Node v8.1.4
Original file line number Diff line number Diff line change 2
2
layout : default
3
3
title : Release Notes
4
4
---
5
+ # 2.6.0
6
+ * build all-in-one binary for linux/macos/windows.
7
+ * ` show `
8
+ * support customized filename.
9
+ * use "--" as comment in sql file.
10
+ * ` list `
11
+ * fixes format issue.
12
+ * fixes UT failures on windows.
13
+
5
14
# 2.5.4
6
15
* fixes error in fresh env without .lc existed.
7
16
* embed meta in file content instead of file name.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leetcode-cli" ,
3
- "version" : " 2.5.4 " ,
3
+ "version" : " 2.6.0 " ,
4
4
"description" : " A cli tool to enjoy leetcode!" ,
5
5
"preferGlobal" : " true" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments