Skip to content

Commit 8af2ad5

Browse files
committed
Set version to 0.1.3
1 parent b126ae0 commit 8af2ad5

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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).
44

5-
## Unreleased
5+
## Version v0.1.3 - 2023-07-17
66

77
### Changed
88

@@ -11,6 +11,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1111
### Fixed
1212

1313
* `extend_job` now correctly handles the `200` but `success: false` response. (#13)
14+
* An assortment of small bugfixes revealed by JET. (#9) (#12)
15+
16+
### Tests
17+
18+
* The test suite now runs successfully when the package is `Pkg.add`ed and the package files have only read-only permissions. (#11)
1419

1520
## Version v0.1.2 - 2023-06-26
1621

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "JuliaHub"
22
uuid = "bc7fa6ce-b75e-4d60-89ad-56c957190b6e"
33
authors = ["JuliaHub Inc."]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

0 commit comments

Comments
 (0)