Skip to content

Commit 70830b5

Browse files
authored
Prepare 0.27.0 release (#2634)
1 parent 53254d6 commit 70830b5

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
## unreleased
7+
## 0.27.0
88

99
### Highlight
1010

README.md

+1-1
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.1
50+
version = 0.27.0
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

+1-1
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.1
24+
version = 0.27.0
2525
]}
2626

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

doc/getting_started.mld

+1-1
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.1
24+
version = 0.27.0
2525
]}
2626

2727
To manually invoke OCamlformat the general command is:

tools/projects.data

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
github,mirage,irmin,
21
github,mirage,mirage,
32
github,ocaml,dune,<no-ignore-revs><signoff>
4-
github,ocaml,ocaml-lsp,
3+
github,ocaml,merlin,
54
github,ocaml,odoc,
65
github,ocaml-ppx,ppxlib,<signoff>
76
github,ocsigen,js_of_ocaml,
8-
github,realworldocaml,mdx,
9-
github,tarides,dune-release,
10-
github,tarides,ocaml-platform-installer,

0 commit comments

Comments
 (0)