From 3a2c66019f098c1ebf84f933a46e7ca70e82792b Mon Sep 17 00:00:00 2001 From: Christopher Doris Date: Fri, 8 Nov 2024 16:29:18 +0000 Subject: [PATCH] release 0.1.15 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"]