Skip to content

Commit e3352b5

Browse files
github-actions[bot]voneiden
authored andcommitted
chore(main): release geo-search 2.1.3
1 parent 437ab82 commit e3352b5

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.2"
2+
".": "2.1.3"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.3](https://github.com/City-of-Helsinki/geo-search/compare/geo-search-v2.1.2...geo-search-v2.1.3) (2026-05-11)
9+
10+
11+
### Bug Fixes
12+
13+
* Add logging statement for total municipalities updated ([a54be3f](https://github.com/City-of-Helsinki/geo-search/commit/a54be3fb28fc754634a90a7f059b330638150b6f))
14+
* **docker-entrypoint:** Use '[[' instead of '[' for conditional tests ([632fc25](https://github.com/City-of-Helsinki/geo-search/commit/632fc25a845efa94025e14cb354e248b415c748c))
15+
* **settings:** Update DATABASE_URL and remove SECRET_KEY manual setup ([b5bf03d](https://github.com/City-of-Helsinki/geo-search/commit/b5bf03d8958f88254f676e1805475ead34f78e53))
16+
17+
18+
### Dependencies
19+
20+
* Bump django from 6.0.4 to 6.0.5 ([60839f9](https://github.com/City-of-Helsinki/geo-search/commit/60839f9e1334618277e02bbe77a84f759310a963))
21+
* Bump pip from 26.0 to 26.1 ([437ab82](https://github.com/City-of-Helsinki/geo-search/commit/437ab82e3a9c2496f206f90608230c1aee6bba01))
22+
823
## [2.1.2](https://github.com/City-of-Helsinki/geo-search/compare/geo-search-v2.1.1...geo-search-v2.1.2) (2026-04-14)
924

1025

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "geo-search"
33
requires-python = ">=3.12, <3.13"
4-
version = "2.1.2"
4+
version = "2.1.3"
55

66
[tool.ruff]
77
target-version = "py312"

0 commit comments

Comments
 (0)