From 367b87394379c7cfc6a18eecf761964b8e597c0a Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Fri, 31 May 2024 21:58:28 +1200 Subject: [PATCH] Set version to 0.1.10 (#57) * Set version to 0.1.10 * Update CHANGELOG.md --- CHANGELOG.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad540ff0d..e499ed83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## Version v0.1.10 - 2024-05-31 ### Changed diff --git a/Project.toml b/Project.toml index 5156262ed..66fdcc694 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JuliaHub" uuid = "bc7fa6ce-b75e-4d60-89ad-56c957190b6e" authors = ["JuliaHub Inc."] -version = "0.1.9" +version = "0.1.10" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"