diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..1019ac5 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use guix chicken chicken-r7rs chicken-rfc3339 chicken-coops chicken-test chicken-salmonella chicken-salmonella-html-report diff --git a/toml.egg b/toml.egg index 1a4e878..8cd9cc6 100644 --- a/toml.egg +++ b/toml.egg @@ -3,7 +3,7 @@ (synopsis "A Chicken binding to read TOML configuration files") (category parsing) (license "MIT") - (version "0.7") + (version "0.8") (dependencies r7rs rfc3339 coops) (test-dependencies test) diff --git a/toml.release-info b/toml.release-info index 2847dda..ef1bbe5 100644 --- a/toml.release-info +++ b/toml.release-info @@ -1,5 +1,6 @@ ;; -*- Scheme -*- (repo git "https://gitea.lyrion.ch/Chicken/toml.git") (uri targz "https://gitea.lyrion.ch/Chicken/toml/archive/{egg-release}.tar.gz") +(release "0.8") (release "0.7") (release "0.6") diff --git a/toml.wiki b/toml.wiki index 7e6005c..13f9939 100644 --- a/toml.wiki +++ b/toml.wiki @@ -89,6 +89,8 @@ The repository of the C implementation being wrapped can be found at [[https://g === Version History +; 0.8 : updated the tomlc99 dependency + ; 0.7 : fixed an issue with timestamp parsing ; 0.6 : first version of the wrapper