Skip to content

Commit 8451489

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release atv 2.0.0
1 parent f0c58d1 commit 8451489

3 files changed

Lines changed: 20 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-
".": "1.4.3"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/City-of-Helsinki/atv/compare/atv-v1.4.3...atv-v2.0.0) (2026-03-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove obsolete AuditLog model and functionality
9+
10+
### Features
11+
12+
* Delete user in gdpr destroy if no documents left ([9bc4727](https://github.com/City-of-Helsinki/atv/commit/9bc4727cc59866b9c70eceabfd5b822ba3ccd076))
13+
* Remove obsolete AuditLog model and functionality ([bc39a05](https://github.com/City-of-Helsinki/atv/commit/bc39a05017a66076e65afd48702492fcefa0e72d))
14+
15+
16+
### Dependencies
17+
18+
* Bump django from 5.2.11 to 5.2.12 ([63b5830](https://github.com/City-of-Helsinki/atv/commit/63b58303f59a15f09223248aaddc6997ac768062))
19+
* Bump sqlparse from 0.5.3 to 0.5.4 ([7dd3f81](https://github.com/City-of-Helsinki/atv/commit/7dd3f81705c7ac206545443eb7b1201b5c47f86d))
20+
321
## [1.4.3](https://github.com/City-of-Helsinki/atv/compare/atv-v1.4.2...atv-v1.4.3) (2026-02-05)
422

523

pyproject.toml

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

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

0 commit comments

Comments
 (0)