File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "flit_core.buildapi"
77[project ]
88name = " ninja-api-key"
99description = " Django Ninja API Key Authentication"
10- version = " 1.0.2 "
10+ version = " 1.0.3 "
1111authors = [
1212 {name = " Lucas Rangel Cezimbra" , email =" lucas@cezimbra.tec.br" },
1313 {name = " Maximilian Wassink" , email =" wassink.maximilian@protonmail.com" },
You can’t perform that action at this time.
0 commit comments