Skip to content

Commit ec2e04a

Browse files
committed
Version 2.24.0
1 parent 0374212 commit ec2e04a

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

Changes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# master
1+
# 2.24.0
2+
23
- Add `-native-build-target` option to explicitly specify a build target path for native OCaml projects.
4+
- Support OCaml 5.1.
35

46
# 2.23.0
7+
58
- Add command line option `-set-exit-code` to return an exit code (1) when at least one issue is reported.
69

710
# 2.22.0

examples/deadcode/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reanalyze",
3-
"version": "2.23.0",
3+
"version": "2.24.0",
44
"private": true,
55
"description": "Analyzers for Dead Code/Types and termination",
66
"license": "MIT",

src/Version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
(* CREATED BY reanalyze/scripts/bump_version_module.js *)
33
(* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version *)
44

5-
let version = "2.23.0";
5+
let version = "2.24.0";

0 commit comments

Comments
 (0)