Skip to content

Commit

Permalink
Prepare to release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-j-hu committed Oct 30, 2022
1 parent 4c389ab commit 7a5a4b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
3 changes: 1 addition & 2 deletions camyll.opam
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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}
Expand Down
3 changes: 1 addition & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(lang dune 2.7)
(name camyll)
(version 0.2.0)
(generate_opam_files true)

(license MIT)
Expand Down Expand Up @@ -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)))))

0 comments on commit 7a5a4b2

Please sign in to comment.