From 29ef0e6a588f8839e321777741ed196442afdb46 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Thu, 27 Jun 2024 22:47:51 +1200 Subject: [PATCH] chore: set version to 0.1.11 --- CHANGELOG.md | 3 ++- Project.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23f11a3f..4df8afb55 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.11] - 2024-06-27 ### Added @@ -109,6 +109,7 @@ Initial package release. [v0.1.8]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.8 [v0.1.9]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.9 [v0.1.10]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.10 +[v0.1.11]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.11 [#1]: https://github.com/JuliaComputing/JuliaHub.jl/issues/1 [#2]: https://github.com/JuliaComputing/JuliaHub.jl/issues/2 [#3]: https://github.com/JuliaComputing/JuliaHub.jl/issues/3 diff --git a/Project.toml b/Project.toml index 66fdcc694..eca3cde93 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.10" +version = "0.1.11" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"