Skip to content

Commit 57b4168

Browse files
committed
docs: 升级版本为 v7.1.0
1 parent db0debf commit 57b4168

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
## [Unreleased]
44

5+
## [v7.1.0]
6+
57
### Added
68

79
- 添加对 lua、dart、typescript、zig 和 lisp 及其方言的支持;
810
- 为 version 子命令添加 `kind` 选项;
911
- 为 core.Range 和 core.Location 添加了 Equal 方法用于判断值是否相等;
1012
- 添加对 textDocument/foldingRange 的支持;
13+
- 添加对 textDocument/semanticTokens 的支持;
1114

1215
### Fixed
1316

@@ -38,7 +41,7 @@
3841
- 新的文档标签 xml-cdata 用于标记该内容在 xml 格式下是否需要以 CDATA 的形式展示;
3942
- 添加地命名空间的支持;
4043
- 添加全局的 XMLNamespaces 字段,用于指定可用的命名空间;
41-
- build.Output 添加了两个配置项:Namespace 和 NamespacePrefix;
44+
- build.Output 添加了两个配置项:Namespace 和 NamespacePrefix
4245
- @xml-wrapped 添加两种语法表示;
4346
- 重新添加 Pack 和 Unpack,用于打包和解包文档内容;
4447
- 数据类型现在可以指定子类型,比如 `string.email` 表示邮箱地址,也必定是字符串;

core/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package core
66
//
77
// 遵守 https://semver.org/lang/zh-CN/ 规则。
88
// 程序不兼容或是文档格式不兼容时,需要提升主版本号。
9-
const Version = "7.0.0"
9+
const Version = "7.1.0"
1010

1111
var (
1212
fullVersion = Version

0 commit comments

Comments
 (0)