Skip to content

Commit

Permalink
Bump version 0.26.1
Browse files Browse the repository at this point in the history
Julow committed Sep 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d57fd7c commit 6734dfc
Showing 4 changed files with 4 additions and 15 deletions.
13 changes: 1 addition & 12 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -4,18 +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.

<!--
The format of this Changelog is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/).
Tags:
- Changed
- Added
- Fixed
- Documentation
- Internal
-->

## unreleased
## 0.26.1 (2023-09-15)

### Changed

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

```
profile = default
version = 0.26.0
version = 0.26.1
```

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

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

(or replace with the output of [ocamlformat --version])
2 changes: 1 addition & 1 deletion doc/getting_started.mld
Original file line number Diff line number Diff line change
@@ -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.0
version = 0.26.1
]}

To manually invoke OCamlformat the general command is:

0 comments on commit 6734dfc

Please sign in to comment.