Skip to content

Commit a36dd58

Browse files
committed
Describe 3.1.0
1 parent 2080288 commit a36dd58

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.1.0
2+
3+
* Fix bug with eol=CRLF not recognized on macOS .gitattributes
4+
* Allow cross-compile dune build step
5+
16
## 3.0.0
27

38
* Remove unnecessary `rresult`

dkml-c-probe.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "3.0.0"
3+
version: "3.1.0"
44
synopsis:
55
"Cross-compiler friendly ABI and library discovery for OCaml's native C compilers"
66
description: """

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(name dkml-c-probe)
44

5-
(version 3.0.0)
5+
(version 3.1.0)
66

77
(using mdx 0.1)
88

0 commit comments

Comments
 (0)