Skip to content

Commit b24d9a3

Browse files
authored
Prepare 1.31.0 (#1900)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 59b49cd commit b24d9a3

File tree

3 files changed

+317
-337
lines changed

3 files changed

+317
-337
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 1.31.0
6+
7+
- Automatically configure Dune Package Management (#1791)
8+
59
## 1.30.2
610

711
- Add support for quoted string literal brackets (`{|`, `|}`) syntax highlighting and auto-closing pairs (#1869)
@@ -20,7 +24,6 @@
2024
## 1.29.0
2125

2226
- Add one-click install option for ocaml-lsp-server (#1725)
23-
- Detect Dune Pkg and auto-configure a Custom sandbox for it. (#1719)
2427

2528
## 1.28.2
2629

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ocaml-platform",
33
"displayName": "OCaml Platform",
4-
"version": "1.30.2",
4+
"version": "1.31.0",
55
"private": true,
66
"description": "Official OCaml language extension for VSCode",
77
"categories": [
@@ -1372,4 +1372,4 @@
13721372
"color": "#f29100",
13731373
"theme": "light"
13741374
}
1375-
}
1375+
}

0 commit comments

Comments
 (0)