Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from mato/for-release
Browse files Browse the repository at this point in the history
Prepare to release v0.6.0
  • Loading branch information
mato committed Sep 25, 2019
2 parents 4bb7777 + 7ba019c commit b9c8dfb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
21 changes: 14 additions & 7 deletions .travis.yml
@@ -1,12 +1,19 @@
language: c
sudo: required
dist: trusty
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
dist: xenial
addons:
apt:
packages:
- libseccomp-dev
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
global:
- TESTS=false
- TESTS=false PACKAGE=mirage-console-solo5
matrix:
- OCAML_VERSION=4.06
- OCAML_VERSION=4.05
- OCAML_VERSION=4.04
- OCAML_VERSION=4.09 EXTRA_DEPS="solo5-bindings-hvt"
- OCAML_VERSION=4.09 EXTRA_DEPS="solo5-bindings-spt"
- OCAML_VERSION=4.09 EXTRA_DEPS="solo5-bindings-virtio"
- OCAML_VERSION=4.09 EXTRA_DEPS="solo5-bindings-muen"
- OCAML_VERSION=4.09 EXTRA_DEPS="solo5-bindings-genode"
- OCAML_VERSION=4.08 EXTRA_DEPS="solo5-bindings-hvt"
- OCAML_VERSION=4.07 EXTRA_DEPS="solo5-bindings-hvt"
8 changes: 8 additions & 0 deletions CHANGES.md
@@ -1,3 +1,11 @@
## v0.6.0 (2019-09-24)

* Bump version number and dependencies to stay in sync with other Mirage/Solo5
components.
* Update Travis Matrix, bump to Ubuntu Xenial, only test with last three
compiler versions.
* Port to dune (#17, @pascutto)

## v0.3.0 (2018-06-17)

* Adapt to Solo5 v0.3.0 APIs (@mato, #15)
Expand Down
2 changes: 1 addition & 1 deletion mirage-console-solo5.opam
Expand Up @@ -21,7 +21,7 @@ depends: [
"ocaml" {>= "4.04.2"}
"dune" {build & >= "1.0"}
"mirage-console-lwt" {>= "2.2.0"}
"mirage-solo5" {>= "0.3.0"}
"mirage-solo5" {>= "0.6.0" & < "0.7.0"}
"cstruct"
"lwt"
]
Expand Down

0 comments on commit b9c8dfb

Please sign in to comment.