Skip to content

Commit

Permalink
Preparation for release 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemine committed Mar 3, 2021
1 parent b229acf commit 39df015
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changes
@@ -1,3 +1,11 @@
Release 1.12 (2021-03-03)
- PR #79: fast path in OCaml (instead of assembly language) [Xavier Leroy]
- PR #94: remove source preprocessing and simplify configuration [Xavier Leroy]
- PR #93: fix parallel build [Guillaume Melquiond]
- PR #92: fix benchmark for subtraction [Guillaume Melquiond]
- require OCaml 4.04 or later [Xavier Leroy]
- add CI testing on macOS [Xavier Leroy]

Release 1.11 (2020-11-09)
- Fixes #72, #75, #78: multiple fixes for of_string, support for underscores [hhugo]
- Fix #74: fix Q.to_float for denormal numbers [pascal-cuoq]
Expand Down
4 changes: 2 additions & 2 deletions META
@@ -1,11 +1,11 @@
description = "Arbitrary precision integers"
requires = ""
version = "1.11"
version = "1.12"
archive(byte) = "zarith.cma"
archive(native) = "zarith.cmxa"

package "top" (
version = "1.11"
version = "1.12"
description = "ZArith toplevel support"
requires = "zarith"
archive(byte) = "zarith_top.cma"
Expand Down
2 changes: 1 addition & 1 deletion z.mli
Expand Up @@ -712,7 +712,7 @@ end
(** {1 Miscellaneous} *)

val version: string
(** Library version (this file refers to version [@VERSION]). *)
(** Library version. *)

(**/**)

Expand Down

0 comments on commit 39df015

Please sign in to comment.