From 5fbbb45905c2d8eca1c3ca96b37d1b701e6a9e0f Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Fri, 25 Apr 2025 18:36:24 +1200 Subject: [PATCH] chore: set version to 0.1.12 --- CHANGELOG.md | 3 ++- Project.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9232f4dde..d196321ac 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.12] - 2025-04-25 ### Added @@ -134,6 +134,7 @@ Initial package release. [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 +[v0.1.12]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.12 [#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 9e8a9d961..eae396485 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.12-DEV" +version = "0.1.12" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"