From 91a2463dc1b93db0253f3ef1aa463370c65a5973 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 14 Aug 2026 13:20:57 +0100 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 17 ++++++++++++++++- project.clj | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f47be4f..95d9e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # humidity: Change Log -## Releae 0.1.0 12th August 2026 +## Release 0.2.0 14th August 2026 + +### Changes: + +* Added a notebook exploring humidity on June 26th this year. +* Regularised names of namespaces, variables and functions. +* Added validation. +* Tweaking of README, intro, and tests. + +### NOTE: Name changes + +Although the key `resolution` API remains the same, there has been a wholesale +renaming of functions, keywords, namespaces, and variables in order to achieve +consistency; and consequently code written to 0.1.0 may have to be updated. + +## Release 0.1.0 12th August 2026 Initial release. diff --git a/project.clj b/project.clj index 430e3a3..8321886 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject humidity "0.1.1-SNAPSHOT" +(defproject humidity "0.2.0" :cloverage {:output "docs/humidity/cloverage" :ns-exclude-regex [#"beowulf\.gendoc" #"beowulf\.scratch"]} :codox {:metadata {:doc "**TODO**: write docs"