valid8r 0.4.0__tar.gz → 0.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of valid8r might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: valid8r
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Clean, flexible input validation for Python applications
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "valid8r"
3
- version = "0.4.0"
3
+ version = "0.4.1"
4
4
  description = "Clean, flexible input validation for Python applications"
5
5
  authors = ["Mike Lane <mikelane@gmail.com>"]
6
6
  license = "MIT"
@@ -214,24 +214,9 @@ match = "main"
214
214
  prerelease = false
215
215
 
216
216
  [tool.semantic_release.changelog]
217
- template_dir = "templates"
218
217
  changelog_file = "CHANGELOG.md"
219
218
  exclude_commit_patterns = []
220
219
 
221
- [tool.semantic_release.changelog.environment]
222
- block_start_string = "{%"
223
- block_end_string = "%}"
224
- variable_start_string = "{{"
225
- variable_end_string = "}}"
226
- comment_start_string = "{#"
227
- comment_end_string = "#}"
228
- trim_blocks = false
229
- lstrip_blocks = false
230
- newline_sequence = "\n"
231
- keep_trailing_newline = false
232
- extensions = []
233
- autoescape = true
234
-
235
220
  [tool.semantic_release.commit_parser_options]
236
221
  allowed_tags = ["feat", "fix", "docs", "style", "refactor", "perf", "test", "build", "ci", "chore", "revert"]
237
222
  minor_tags = ["feat"]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes