Skip to content

Commit

Permalink
Auto format CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed May 3, 2023
1 parent bc3702b commit 8d9f1b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,26 @@
## [0.1.1] - 2023-05-03

### Added

- A configurable option: `single-quote`, for formatting code into single quotes

### Full changelog
- https://github.com/jsh9/cercis/compare/0.1.0...0.1.1

- https://github.com/jsh9/cercis/compare/0.1.0...0.1.1

## [0.1.0] - 2023-04-30

This is the initial version that branches away from Black (commit:
[e712e4](https://github.com/psf/black/commit/e712e48e06420d9240ce95c81acfcf6f11d14c83))

### Changed

- The default indentation within a function definition (when line wrap happens) is now 8
spaces. (Black's default is 4, which is
[not PEP8-compatible](https://github.com/psf/black/issues/1127))
- Updated README, because `cercis` now branches away from Black

### Added

- A configurable option (`function-definition-extra-indent`) is added instead of
enforcing 8 spaces for everyone

0 comments on commit 8d9f1b3

Please sign in to comment.