From 5fbded9f4f1565e4b4934d3336297675efdf5624 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 10 Jul 2023 19:27:31 +1200 Subject: [PATCH] Set version to 0.1.3 --- CHANGELOG.md | 7 ++++++- Project.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7797d7f82..0ad6e60bd 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.3 - 2023-07-12 ### Changed @@ -11,6 +11,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ### Fixed * `extend_job` now correctly handles the `200` but `success: false` response. (#13) +* An assortment of small bugfixes revealed by JET. (#9) (#12) + +### Tests + +* The test suite now runs successfully when the package is `Pkg.add`ed and the package files have only read-only permissions. (#11) ## Version v0.1.2 - 2023-06-26 diff --git a/Project.toml b/Project.toml index 595f1b1cb..6158cf671 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.2" +version = "0.1.3" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"