diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9cca0..b847bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.1.14 (2024-10-20) +* When testing if a file has changed, now checks the actual content in addition to the + modification time. + ## v0.1.13 (2024-05-12) * Internal changes. diff --git a/pyproject.toml b/pyproject.toml index 6125cc4..18803e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "juliapkg" -version = "0.1.13" +version = "0.1.14" description = "Julia version manager and package manager" authors = [{ name = "Christopher Doris" }] dependencies = ["semver~=3.0"]