valid8r 0.4.1__tar.gz → 0.4.2__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.1
3
+ Version: 0.4.2
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.1"
3
+ version = "0.4.2"
4
4
  description = "Clean, flexible input validation for Python applications"
5
5
  authors = ["Mike Lane <mikelane@gmail.com>"]
6
6
  license = "MIT"
@@ -208,6 +208,8 @@ upload_to_pypi = true
208
208
  remove_dist = false
209
209
  major_on_zero = false
210
210
  tag_format = "v{version}"
211
+ commit_parser = "angular"
212
+ logging_use_named_masks = false
211
213
 
212
214
  [tool.semantic_release.branches.main]
213
215
  match = "main"
@@ -218,9 +220,10 @@ changelog_file = "CHANGELOG.md"
218
220
  exclude_commit_patterns = []
219
221
 
220
222
  [tool.semantic_release.commit_parser_options]
221
- allowed_tags = ["feat", "fix", "docs", "style", "refactor", "perf", "test", "build", "ci", "chore", "revert"]
223
+ allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test"]
222
224
  minor_tags = ["feat"]
223
225
  patch_tags = ["fix", "perf"]
226
+ default_bump_level = 0
224
227
 
225
228
  [tool.semantic_release.remote]
226
229
  name = "origin"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes