Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for 1.4.3 #3070

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion website/docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,28 @@ import ReactPlayer from 'react-player'

# Release notes

## [v1.4.3](https://github.com/VirtusLab/scala-cli/releases/tag/v1.4.3)

This release is a hotfix for v1.4.2, which due to technical difficulties was not released to Maven Central
(and, as an extension, wasn't available as a JAR).

All changes introduced by v1.4.2 are included in this release.

### Internal changes
* Ensure the `publish` step to be necessary for updating the native packages upon release by [@Gedochao](https://github.com/Gedochao) in [#3067](https://github.com/VirtusLab/scala-cli/pull/3067)

### Updates
* Update mill-main to 0.11.10 by [@scala-steward](https://github.com/scala-steward) in [#3060](https://github.com/VirtusLab/scala-cli/pull/3060)
* Update mill-main to 0.11.11 by [@Gedochao](https://github.com/Gedochao) in [#3068](https://github.com/VirtusLab/scala-cli/pull/3068)

**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.4.2...v1.4.3

## [v1.4.2](https://github.com/VirtusLab/scala-cli/releases/tag/v1.4.2)

## What's Changed
:::caution
v1.4.2 encountered certain difficulties during its release, which made it unavailable on Maven Central.
It is recommended to upgrade directly to v1.4.3 or higher, rather than use it.
:::

### Environment variable help with `--env-help`
You can now list environment variables used internally with the `--envs-help` flag.
Expand Down
Loading