Skip to content

Commit

Permalink
Release 4.0.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeklat authored Jan 31, 2024
1 parent c2f0d9e commit 0c15c58
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .idea/git_toolbox_prj.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Types of changes are:

## [Unreleased]

## [4.0.0] - 2024-01-31

### Breaking changes

- Values used for verbose "possible values" in `json_schema_extra={"possible_values": [...]}` must be `list[list[str]]` instead of previous `list[tuple[str, ...]]`. Using `tuple` results in failing type checks. Examples of valid values and their Markdown rendering:
Expand Down Expand Up @@ -210,7 +212,8 @@ Add classifiers to the package.
- Initial release
[Unreleased]: https://github.com/radeklat/settings-doc/compare/3.1.2...HEAD
[Unreleased]: https://github.com/radeklat/settings-doc/compare/4.0.0...HEAD
[4.0.0]: https://github.com/radeklat/settings-doc/compare/3.1.2...4.0.0
[3.1.2]: https://github.com/radeklat/settings-doc/compare/3.1.1...3.1.2
[3.1.1]: https://github.com/radeklat/settings-doc/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/radeklat/settings-doc/compare/3.0.1...3.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "settings-doc"
version = "3.1.2"
version = "4.0.0"
description = "A command line tool for generating Markdown documentation and .env files from pydantic BaseSettings."
authors = ["Radek Lát <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 0c15c58

Please sign in to comment.