Skip to content

Commit f06ea30

Browse files
1.0.3
1 parent 75aa3f1 commit f06ea30

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## [1.0.3] - 2025-10-14
6+
### Fixed
7+
- String representation of APIKey model to use `get_username()`
8+
9+
### Docs
10+
- Add CHANGELOG.md
11+
- Update README.md
12+
513
### Internal
614
* Add copilot-instructions and copilot-setup-steps for GitHub Copilot
715
* pre-commit autoupdates
@@ -29,6 +37,7 @@
2937
- Fix CI/CD and update actions
3038
- Reorganize dependencies
3139

32-
[Unreleased]: https://github.com/lucasrcezimbra/ninja-api-key/compare/v1.0.2...HEAD
33-
[1.0.2]: https://github.com/lucasrcezimbra/ninja-api-key/compare/v1.0.0...v1.0.2
34-
[1.0.0]: https://github.com/lucasrcezimbra/ninja-api-key/releases/tag/v1.0.0
40+
[Unreleased]: https://github.com/lucasrcezimbra/ninja-api-key/compare/1.0.3...HEAD
41+
[1.0.3]: https://github.com/lucasrcezimbra/ninja-api-key/compare/1.0.2...1.0.3
42+
[1.0.2]: https://github.com/lucasrcezimbra/ninja-api-key/compare/1.0.0...1.0.2
43+
[1.0.0]: https://github.com/lucasrcezimbra/ninja-api-key/releases/tag/1.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "flit_core.buildapi"
77
[project]
88
name = "ninja-api-key"
99
description = "Django Ninja API Key Authentication"
10-
version = "1.0.2"
10+
version = "1.0.3"
1111
authors = [
1212
{name = "Lucas Rangel Cezimbra", email="lucas@cezimbra.tec.br"},
1313
{name = "Maximilian Wassink", email="wassink.maximilian@protonmail.com"},

0 commit comments

Comments
 (0)