diff --git a/CHANGELOG.md b/CHANGELOG.md index b847bbe..14c41a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v0.1.15 (2024-11-08) +* Bug fixes. + ## v0.1.14 (2024-10-20) * When testing if a file has changed, now checks the actual content in addition to the modification time. diff --git a/pyproject.toml b/pyproject.toml index aef1422..fc84f14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "juliapkg" -version = "0.1.14" +version = "0.1.15" description = "Julia version manager and package manager" authors = [{ name = "Christopher Doris" }] dependencies = ["semver~=3.0"]