goodmap 1.1.9__tar.gz → 1.1.10__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: goodmap
3
- Version: 1.1.9
3
+ Version: 1.1.10
4
4
  Summary: Map engine to serve all the people :)
5
5
  Author: Krzysztof Kolodzinski
6
6
  Author-email: krzysztof.kolodzinski@problematy.pl
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "goodmap"
3
- version = "1.1.9"
3
+ version = "1.1.10"
4
4
  description = "Map engine to serve all the people :)"
5
5
  authors = ["Krzysztof Kolodzinski <krzysztof.kolodzinski@problematy.pl>"]
6
6
  readme = "README.md"
@@ -43,7 +43,7 @@ docs = [
43
43
  [tool.poetry.group.dev.dependencies]
44
44
  pytest = "^7.1.2"
45
45
  coverage = "^6.4.3"
46
- coveralls = "^3.3.1"
46
+ coveralls = ">=3.3.1,<5.0.0"
47
47
  pyright = "^1.1.291"
48
48
  freezegun = "^1.2.2"
49
49
  black = "^24.8.0"
@@ -114,10 +114,11 @@ commit_message = "chore(release): {version} [skip ci]"
114
114
  tag_format = "{version}"
115
115
 
116
116
  [tool.semantic_release.changelog]
117
- template_dir = "templates"
118
- changelog_file = "CHANGELOG.md"
119
117
  exclude_commit_patterns = []
120
118
 
119
+ [tool.semantic_release.changelog.default_templates]
120
+ changelog_file = "CHANGELOG.md"
121
+
121
122
  [tool.semantic_release.changelog.environment]
122
123
  block_start_string = "{%"
123
124
  block_end_string = "%}"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes