Skip to content

Commit f840d16

Browse files
authored
Add release notes for 1.4.3 (#3070)
1 parent c833062 commit f840d16

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

website/docs/release_notes.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,28 @@ import ReactPlayer from 'react-player'
88

99
# Release notes
1010

11+
## [v1.4.3](https://github.com/VirtusLab/scala-cli/releases/tag/v1.4.3)
12+
13+
This release is a hotfix for v1.4.2, which due to technical difficulties was not released to Maven Central
14+
(and, as an extension, wasn't available as a JAR).
15+
16+
All changes introduced by v1.4.2 are included in this release.
17+
18+
### Internal changes
19+
* 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)
20+
21+
### Updates
22+
* 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)
23+
* Update mill-main to 0.11.11 by [@Gedochao](https://github.com/Gedochao) in [#3068](https://github.com/VirtusLab/scala-cli/pull/3068)
24+
25+
**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.4.2...v1.4.3
26+
1127
## [v1.4.2](https://github.com/VirtusLab/scala-cli/releases/tag/v1.4.2)
1228

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

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

0 commit comments

Comments
 (0)