Skip to content

Commit

Permalink
Merge pull request #145 from avsm/rel.0.8.5
Browse files Browse the repository at this point in the history
release 0.8.5
  • Loading branch information
avsm authored Jan 17, 2019
2 parents a69ad37 + 8af2a1b commit 3fae1a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ env:
- DISTRO=alpine OCAML_VERSION=4.04 PACKAGE="alcotest-lwt"
- DISTRO=debian-stable OCAML_VERSION=4.05 PACKAGE="alcotest-async"
- DISTRO=debian-testing OCAML_VERSION=4.06 PACKAGE="alcotest"
- DISTRO=debian-unstable OCAML_VERSION=4.07 PACKAGE="alcotest"
- DISTRO=fedora OCAML_VERSION=4.07 PACKAGE="alcotest"
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.8.5 (2018-12-11)
- Port build to Dune from jbuilder (#139 @samoht)
- Fix output path on Windows/Cygwin (#141 @kkirstein)
- Switch opam metadata to 2.0 format (#144 @samoht)
- Add nice screenshots to the README (#143 @rizo)
- Fix ocamldoc headings to work with odoc (#145 @avsm)
- Do not test on Debian-unstable, add Fedora (#145 @avsm)

### 0.8.4 (2018-10-17)

- Improve documentation for speed and tests (#129, @raphael-proust)
Expand Down
4 changes: 2 additions & 2 deletions src/alcotest.mli
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ val run_with_args: ?and_exit:bool -> ?argv:string array ->
evaluation of the [Cdmliner] term [a]: this is useful to configure
the test behaviors using the CLI. *)

(** {1 Assert functions} *)
(** {2 Assert functions} *)

(** [TESTABLE] provides an abstract description for testable
values. *)
Expand Down Expand Up @@ -170,7 +170,7 @@ val neg: 'a testable -> 'a testable
val check_raises: string -> exn -> (unit -> unit) -> unit
(** Check that an exception is raised. *)

(** {1 Deprecated} *)
(** {2 Deprecated} *)

val line: out_channel -> ?color:[`Blue|`Yellow] -> char -> unit
(** @deprecated
Expand Down

0 comments on commit 3fae1a0

Please sign in to comment.