Skip to content

Commit 58415e4

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release geo-search 2.2.0
1 parent bfdf71b commit 58415e4

3 files changed

Lines changed: 14 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.6"
2+
".": "2.2.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.2.0](https://github.com/City-of-Helsinki/geo-search/compare/geo-search-v2.1.6...geo-search-v2.2.0) (2026-06-05)
9+
10+
11+
### Features
12+
13+
* Use uv sync with virtualenv ([e42e888](https://github.com/City-of-Helsinki/geo-search/commit/e42e888c1f52b82e31cf0cd48835869942391b33))
14+
15+
16+
### Bug Fixes
17+
18+
* **migrations:** Add unique together and constraint migrations ([4933faf](https://github.com/City-of-Helsinki/geo-search/commit/4933fafeeec02a6e523791a6daf3927666a17153))
19+
820
## [2.1.6](https://github.com/City-of-Helsinki/geo-search/compare/geo-search-v2.1.5...geo-search-v2.1.6) (2026-06-03)
921

1022

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.6"
4+
version = "2.2.0"
55
dependencies = [
66
"django",
77
"django-cors-headers",

0 commit comments

Comments
 (0)