Skip to content

Commit 6734dfc

Browse files
committed
Bump version 0.26.1
1 parent d57fd7c commit 6734dfc

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
lines changed

CHANGES.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,7 @@ Items marked with an asterisk (\*) are changes that are likely to format
44
existing code differently from the previous release when using the default
55
profile. This started with version 0.26.0.
66

7-
<!--
8-
The format of this Changelog is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/).
9-
10-
Tags:
11-
- Changed
12-
- Added
13-
- Fixed
14-
- Documentation
15-
- Internal
16-
-->
17-
18-
## unreleased
7+
## 0.26.1 (2023-09-15)
198

209
### Changed
2110

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To configure ocamlformat to your liking, create an `.ocamlformat` configuration
4747

4848
```
4949
profile = default
50-
version = 0.26.0
50+
version = 0.26.1
5151
```
5252

5353
Refer to our [documentation](https://ocaml.org/p/ocamlformat/latest/doc/index.html) or use `ocamlformat --help` for a full list of configuration options.

doc/faq.mld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The recommended way is to use a versioned default profile, such as:
2121

2222
{[
2323
profile = default
24-
version = 0.26.0
24+
version = 0.26.1
2525
]}
2626

2727
(or replace with the output of [ocamlformat --version])

doc/getting_started.mld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dune build @install
2121
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:
2222
{[
2323
profile = default
24-
version = 0.26.0
24+
version = 0.26.1
2525
]}
2626

2727
To manually invoke OCamlformat the general command is:

0 commit comments

Comments
 (0)