Skip to content

Commit

Permalink
Prepare release 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Apr 18, 2024
1 parent f9fa60c commit f5727b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Items marked with an asterisk (\*) are changes that are likely to format
existing code differently from the previous release when using the default
profile. This started with version 0.26.0.

## unreleased
## 0.26.2 (2024-04-18)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To configure ocamlformat to your liking, create an `.ocamlformat` configuration

```
profile = default
version = 0.26.1
version = 0.26.2
```

Refer to our [documentation](https://ocaml.org/p/ocamlformat/latest/doc/index.html) or use `ocamlformat --help` for a full list of configuration options.
Expand Down
2 changes: 1 addition & 1 deletion doc/faq.mld
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The recommended way is to use a versioned default profile, such as:

{[
profile = default
version = 0.26.1
version = 0.26.2
]}

(or replace with the output of [ocamlformat --version])
Expand Down
2 changes: 1 addition & 1 deletion doc/getting_started.mld
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dune build @install
First of all, make sure you have an [.ocamlformat] file at the root of your project. Setting up your project to use the default profile and the OCamlFormat version you installed (hopefully the last one) in this [.ocamlformat] file is considered good practice:
{[
profile = default
version = 0.26.1
version = 0.26.2
]}

To manually invoke OCamlformat the general command is:
Expand Down

0 comments on commit f5727b3

Please sign in to comment.