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

Small fixes #245

Merged
merged 1 commit into from
Nov 12, 2023
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The format is based on [Keep a Changelog].
* The new `scripts/pnp-bin.js` script is standalone minified nodejs built
from the [`pnp-bin`](https://github.com/PuddleByteComputing/pnp-bin) repo,
extracted from apheleia PR [#200].
* Test environment bumped from Ubuntu 20.04 to 22.04
* Test environment bumped from Ubuntu 20.04 to 22.04 ([#242]).

### Bugs fixed
* `ktlint` would emit log messages into its stdout when formatting,
Expand Down Expand Up @@ -105,6 +105,7 @@ The format is based on [Keep a Changelog].
[#223]: https://github.com/radian-software/apheleia/pull/223
[#231]: https://github.com/radian-software/apheleia/pull/231
[#236]: https://github.com/radian-software/apheleia/pull/236
[#242]: https://github.com/radian-software/apheleia/pull/242

## 3.2 (released 2023-02-25)
### Features
Expand Down
2 changes: 1 addition & 1 deletion test/formatters/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ubuntu 20.04 LTS supported until April 2025
# Ubuntu 22.04 LTS supported until April 2027
FROM ubuntu:22.04 AS common

WORKDIR /build
Expand Down