Skip to content

Commit ca76ad0

Browse files
committed
chore: convert version numbers to links in CHANGELOG.md
1 parent 632a51e commit ca76ad0

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
99
* The `JuliaHub.authenticate` function now supports a two-argument form, where you can pass the JuliaHub token in directly, bypassing interactive authentication. ([#58])
1010
* The `JuliaHub.submit_job` function now allows submitting jobs that expose ports (via the `expose` argument). Related to that, the new `JuliaHub.request` function offers a simple interface for constructing authenticated HTTP.jl requests against the job, and the domain name of the job can be accessed via the new `.hostname` property of the `Job` object. ([#14], [#52])
1111

12-
## Version v0.1.10 - 2024-05-31
12+
## Version [v0.1.10] - 2024-05-31
1313

1414
### Changed
1515

1616
* When submitting an appbundle with the two-argument `JuliaHub.appbundle(bundle_directory, codefile)` method, JuliaHub.jl now ensures that `@__DIR__` `@__FILE`, and `include()` in the user code now work correctly. There is a subtle behavior change due to this, where now the user script _must_ be present within the uploaded appbundle tarball (previously it was possible to use a file that would get filtered out by `.juliabundleignore`). ([#37], [[#53]])
1717

18-
## Version v0.1.9 - 2024-03-13
18+
## Version [v0.1.9] - 2024-03-13
1919

2020
### Fixed
2121

2222
* `JuliaHub.nodespec` now correctly prioritizes the GPU, CPU, and memory counts, rather than the hourly price, when picking a "smallest node for a given spec". ([#49])
2323

24-
## Version v0.1.8 - 2024-02-21
24+
## Version [v0.1.8] - 2024-02-21
2525

2626
### Added
2727

2828
* The progress output printing in `JuliaHub.upload_dataset` can now be disabled by setting `progress=false`. ([#48])
2929

30-
## Version v0.1.7 - 2024-01-22
30+
## Version [v0.1.7] - 2024-01-22
3131

3232
### Fixed
3333

3434
* `JuliaHub.datasets` and `JuliaHub.dataset` now handle problematic backend responses more gracefully. ([#46])
3535

36-
## Version v0.1.6 - 2023-11-27
36+
## Version [v0.1.6] - 2023-11-27
3737

3838
### Fixed
3939

4040
* `JuliaHub.appbundle`, when it has to generate a `Project.toml` file, now correctly includes it in the appbundle tarball. ([#44])
4141
* `JuliaHub.appbundle` now works with relative paths such as `"."`. ([#44])
4242

43-
## Version v0.1.5 - 2023-09-27
43+
## Version [v0.1.5] - 2023-09-27
4444

4545
### Added
4646

@@ -52,13 +52,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5252
* `JuliaHub.applications()` no longer throws a type error when the user has no registered and user applications. ([#33])
5353
* Fixed the `show(io, x)` methods for `ComputeConfig` and `NodeSpec`. ([#34])
5454

55-
## Version v0.1.4 - 2023-08-21
55+
## Version [v0.1.4] - 2023-08-21
5656

5757
### Fixed
5858

5959
* `upload_dataset` and `download_dataset` no longer use the deprecated do-syntax to call the `rclone` binary. ([#18])
6060

61-
## Version v0.1.3 - 2023-07-17
61+
## Version [v0.1.3] - 2023-07-17
6262

6363
### Changed
6464

@@ -73,13 +73,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
7373

7474
* The test suite now runs successfully when the package is `Pkg.add`ed and the package files have only read-only permissions. ([#11])
7575

76-
## Version v0.1.2 - 2023-06-26
76+
## Version [v0.1.2] - 2023-06-26
7777

7878
### Fixed
7979

8080
* If TimeZones.jl fails to determine the system's timezone, JuliaHub.jl now gracefully falls back to UTC to represent dates and times. ([#7])
8181

82-
## Version v0.1.1 - 2023-06-24
82+
## Version [v0.1.1] - 2023-06-24
8383

8484
### Changed
8585

@@ -91,13 +91,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
9191
* Information about dataset versions can now be accessed via the the `.versions` property of a `Dataset` object. ([#2])
9292
* The automatic backend API version detection is now more reliable in some edge cases. ([#1])
9393

94-
## Version v0.1.0 - 2023-06-20
94+
## Version [v0.1.0] - 2023-06-20
9595

9696
Initial package release.
9797

9898

9999
<!-- Links generated by Changelog.jl -->
100100

101+
[v0.1.0]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.0
102+
[v0.1.1]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.1
103+
[v0.1.2]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.2
104+
[v0.1.3]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.3
105+
[v0.1.4]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.4
106+
[v0.1.5]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.5
107+
[v0.1.6]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.6
108+
[v0.1.7]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.7
109+
[v0.1.8]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.8
110+
[v0.1.9]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.9
111+
[v0.1.10]: https://github.com/JuliaComputing/JuliaHub.jl/releases/tag/v0.1.10
101112
[#1]: https://github.com/JuliaComputing/JuliaHub.jl/issues/1
102113
[#2]: https://github.com/JuliaComputing/JuliaHub.jl/issues/2
103114
[#3]: https://github.com/JuliaComputing/JuliaHub.jl/issues/3

0 commit comments

Comments
 (0)