Skip to content

Commit

Permalink
add Mirage 3 post to data.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
yomimono committed Feb 23, 2017
1 parent 3c65675 commit c4d6025
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/data.ml
Expand Up @@ -154,7 +154,12 @@ module Blog = struct
let open Cowabloga.Date in
let open Cowabloga.Blog.Entry in
[

{ updated = date (2017, 02, 23, 17, 00);
authors = [yomimono];
subject = "Announcing MirageOS 3.0.0";
body = "announcing-mirage-30-release.md";
permalink = "announcing-mirage-30-release";
};
{ updated = date (2016, 11, 17, 16, 00);
authors = [thomas];
subject = "Irmin 0.12 with portable filesystem watching released";
Expand Down

0 comments on commit c4d6025

Please sign in to comment.