From 85db76d88ff11115c6a073e2eba493ab2344c02b Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Sun, 19 Jul 2026 15:01:04 +0800 Subject: [PATCH] Fix docs and bump a patch --- HISTORY_v2.md | 4 ++++ Project.toml | 2 +- docs/src/precommit.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY_v2.md b/HISTORY_v2.md index a5adbbdcf..14ee75842 100644 --- a/HISTORY_v2.md +++ b/HISTORY_v2.md @@ -1,3 +1,7 @@ +# v2.10.2 + +Documentation improvements only. + # v2.10.1 Improve handling of inline comments at the top-level of a block. (#1194, #1195) diff --git a/Project.toml b/Project.toml index e8b4b688f..e97e3d12c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "JuliaFormatter" uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899" -version = "2.10.1" +version = "2.10.2" authors = ["Dominique Luna and contributors"] [workspace] diff --git a/docs/src/precommit.md b/docs/src/precommit.md index e4a13f569..82ace49dd 100644 --- a/docs/src/precommit.md +++ b/docs/src/precommit.md @@ -71,7 +71,7 @@ The path to the `jlfmt` executable can be specified in the `args` field of the h ```yaml repos: - repo: https://github.com/JuliaEditorSupport/JuliaFormatter.jl - rev: TODO TODO + rev: 0935890389c9fbc45f4ee150064c0abe5340b6a9 # v2.4.0 hooks: - id: "jlfmt" args: ["--jlfmt-path=/path/to/jlfmt"]