Skip to content

Commit

Permalink
Version 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Feb 9, 2024
1 parent 0374212 commit b383159
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# master
# 2.24.0

- Add `-native-build-target` option to explicitly specify a build target path for native OCaml projects.
- Support OCaml 5.1.

# 2.23.0

- Add command line option `-set-exit-code` to return an exit code (1) when at least one issue is reported.

# 2.22.0
Expand Down
2 changes: 1 addition & 1 deletion examples/deadcode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reanalyze",
"version": "2.23.0",
"version": "2.24.0",
"private": true,
"description": "Analyzers for Dead Code/Types and termination",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
(* CREATED BY reanalyze/scripts/bump_version_module.js *)
(* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version *)

let version = "2.23.0";
let version = "2.24.0";

0 comments on commit b383159

Please sign in to comment.