From 7a5a4b201d8edea1779997c91f579ef85ff6fc00 Mon Sep 17 00:00:00 2001 From: Alan Hu Date: Sat, 29 Oct 2022 23:38:52 -0400 Subject: [PATCH] Prepare to release 0.4.1 --- CHANGES.md | 7 +++++++ camyll.opam | 3 +-- dune-project | 3 +-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 93c411d..50593f8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## 0.4.1 (October 29, 2022) + +- Upgrade `calendar`, `cmdliner`, and `textmate-language` dependencies and + replace usage of deprecated `cmdliner` API. +- Catch stray exceptions. +- Support JSON and YAML grammar files. + ## 0.4.0 (November 28, 2021) - Switch from To.ml to OTOML library (#1, Daniil Baturin). diff --git a/camyll.opam b/camyll.opam index 4ee8c24..f3781d9 100644 --- a/camyll.opam +++ b/camyll.opam @@ -1,6 +1,5 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.2.0" synopsis: "A static site generator" description: """ Camyll is a static site generator. @@ -34,7 +33,7 @@ depends: [ "plist-xml" {< "0.4"} "re" {>= "1.9" & < "2"} "slug" {>= "1.0" & < "2"} - "textmate-language" {>= "0.3.1" & < "0.4"} + "textmate-language" {>= "0.3.2" & < "0.4"} "uri" {>= "4.2" & < "5"} "yaml" {>= "3.1" & < "4"} "odoc" {with-doc} diff --git a/dune-project b/dune-project index fa00d2d..5e801be 100644 --- a/dune-project +++ b/dune-project @@ -1,6 +1,5 @@ (lang dune 2.7) (name camyll) -(version 0.2.0) (generate_opam_files true) (license MIT) @@ -37,6 +36,6 @@ Features: (plist-xml (< 0.4)) (re (and (>= 1.9) (< 2))) (slug (and (>= 1.0) (< 2))) - (textmate-language (and (>= 0.3.1) (< 0.4))) + (textmate-language (and (>= 0.3.2) (< 0.4))) (uri (and (>= 4.2) (< 5))) (yaml (and (>= 3.1) (< 4)))))