Skip to content

Commit

Permalink
Version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed May 9, 2023
1 parent 6834104 commit e533daa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.5.2] - 2023-05-09

### Added

- There is a workflow to automatically update Julia versions, based on the online versions.json.file

### Changed

- Julia 1.9.0 was released
- Julia latest changed to 1.8.1 in the tests and README

## [0.5.1] - 2022-08-22
Expand Down Expand Up @@ -82,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
We didn't follow semantic versioning before, so this first tag has 4 years of work attached to it.

<!-- markdown-link-check-disable -->
[unreleased]: https://github.com/abelsiqueira/jill/compare/v0.5.1...HEAD
[unreleased]: https://github.com/abelsiqueira/jill/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/abelsiqueira/jill/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/abelsiqueira/jill/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/abelsiqueira/jill/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/abelsiqueira/jill/compare/v0.4.0...v0.4.1
Expand Down
4 changes: 2 additions & 2 deletions jill.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# jill.sh
# Copyright (C) 2017-2022 Abel Soares Siqueira <abel.s.siqueira@gmail.com>
# Copyright (C) 2017-2023 Abel Soares Siqueira <abel.s.siqueira@gmail.com>
#
# Distributed under terms of the GPLv3 license.
# This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -111,7 +111,7 @@ WGET="wget --retry-connrefused -t 3 -q"

function header() {
echo "JILL - Julia Installer 4 Linux - Light"
echo "Copyright (C) 2017-2022 Abel Soares Siqueira <abel.s.siqueira@gmail.com>"
echo "Copyright (C) 2017-2023 Abel Soares Siqueira <abel.s.siqueira@gmail.com>"
echo "Distributed under terms of the GPLv3 license."
echo ""
}
Expand Down

0 comments on commit e533daa

Please sign in to comment.