Skip to content

Commit 65c162f

Browse files
chore(main): release 0.1.2 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a61e1b commit 65c162f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/Frikanalen/django-api/compare/v0.1.1...v0.1.2) (2025-12-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **openapi:** do not apply extra format_suffixes to drf-spectacular ([8375c78](https://github.com/Frikanalen/django-api/commit/8375c78e26a23764781763b7be2be37da4a4d58d))
9+
* **openapi:** strategic retreat from slug to int ([4e1705c](https://github.com/Frikanalen/django-api/commit/4e1705cd469437acb94c7097bba61491fce50a13))
10+
* use PrimaryKeyRelatedField ([283455e](https://github.com/Frikanalen/django-api/commit/283455ea75421ce312e479b876dacbd70c029c79))
11+
12+
13+
### Dependencies
14+
15+
* add mypy as dev dep ([e1f9e80](https://github.com/Frikanalen/django-api/commit/e1f9e80d74ea2a71614135f28c381a9113f20903))
16+
317
## [0.1.1](https://github.com/Frikanalen/django-api/compare/v0.1.0...v0.1.1) (2025-05-31)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fkweb"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Frikanalen's Django-based backend API"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)