Skip to content
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
4 changes: 4 additions & 0 deletions HISTORY_v2.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "JuliaFormatter"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "2.10.1"
version = "2.10.2"
authors = ["Dominique Luna <dluna132@gmail.com> and contributors"]

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion docs/src/precommit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down