Skip to content

Commit d7e5cc3

Browse files
committed
Set version to 0.1.16
1 parent c855f25 commit d7e5cc3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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.16] - 2025-11-24
66

77
### Added
88

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

1313
* The `.message` property _should_ always be present in the log messages, but there are a few versions out there where it is sometimes omitted due to a backend bug. We default to an empty string in those cases. ([#111])
1414

15+
### Other
16+
17+
* The package is now declared to be compatible with JSON.jl v1. ([#117])
1518

1619
## Version [v0.1.15] - 2025-08-29
1720

@@ -172,6 +175,7 @@ Initial package release.
172175
[v0.1.13]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.13
173176
[v0.1.14]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.14
174177
[v0.1.15]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.15
178+
[v0.1.16]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.16
175179
[#1]: https://github.com/JuliaComputing/JuliaHub.jl/issues/1
176180
[#2]: https://github.com/JuliaComputing/JuliaHub.jl/issues/2
177181
[#3]: https://github.com/JuliaComputing/JuliaHub.jl/issues/3
@@ -211,3 +215,4 @@ Initial package release.
211215
[#107]: https://github.com/JuliaComputing/JuliaHub.jl/issues/107
212216
[#111]: https://github.com/JuliaComputing/JuliaHub.jl/issues/111
213217
[#112]: https://github.com/JuliaComputing/JuliaHub.jl/issues/112
218+
[#117]: https://github.com/JuliaComputing/JuliaHub.jl/issues/117

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.15"
4+
version = "0.1.16"
55

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

0 commit comments

Comments
 (0)