Skip to content

Commit

Permalink
bump: version 0.18.2 → 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Jan 10, 2025
1 parent 93860be commit 72c3323
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

<a id='changelog-0.19.0'></a>
# 0.19.0 — 2025-01-10

## Added

- You can now specify which tool you want to use to format your code by setting a `format-command` in your [configuration](https://15r10nk.github.io/inline-snapshot/latest/configuration/#format-command).

## Changed

- **BREAKING-CHANGE** you have to install `inline-snapshot[black]` now if you want to format your code like in the previous versions. This option is not required if you use a `format-command`.

## Fixed

- Load default config values even if `[tool.inline-snapshot]` is missing.
This makes the documented default shortcuts `--review` and `--fix` work.

<a id='changelog-0.18.2'></a>
# 0.18.2 — 2025-01-02

Expand Down
7 changes: 0 additions & 7 deletions changelog.d/20250106_220025_15r10nk-git_format_cmd.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250109_071706_15r10nk-git_format_cmd.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ keywords = []
name = "inline-snapshot"
readme = "README.md"
requires-python = ">=3.8"
version = "0.18.2"
version = "0.19.0"

[project.optional-dependencies]
black = [
Expand Down
2 changes: 1 addition & 1 deletion src/inline_snapshot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"Snapshot",
]

__version__ = "0.18.2"
__version__ = "0.19.0"

0 comments on commit 72c3323

Please sign in to comment.