We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8dee0 commit eab4a44Copy full SHA for eab4a44
CHANGELOG.md
@@ -1,8 +1,18 @@
1
-## Unreleased
+## 1.2.0 - 2023-07-11
2
3
### Added
4
5
* Add OCaml 4.13, 4.14 and 5.0 support.
6
+* Add `--version` command line option.
7
+
8
+### Changed
9
10
+* Relicense under MIT (from GPL).
11
+* Deprecate own VSCode extension in favor of VSCode OCaml Platform integration: https://github.com/ocamllabs/vscode-ocaml-platform/pull/1148.
12
13
+### Fixed
14
15
+* Fix being stuck if program doesn't exist (#49).
16
17
### Removed
18
0 commit comments