FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 7b6a8cc8 authored by activate-account-bot's avatar activate-account-bot
Browse files

chore(release): 0.13.0

parent 07808df4
No related branches found
No related tags found
1 merge request!79chore(release): 0.13.0
Pipeline #677193 passed
# Changelog
## [0.13.0](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.12.0...0.13.0) (2025-01-16)
### Features
* mock password app in docker compose ([76fe3e9](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/76fe3e974636cf991ed91f1b250ace7cc30bb785))
* reset token retrieval endpoint ([6669241](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/6669241df542b8ca04d0e94a7f976f819c2fc7b4))
* restructure and add token tests ([66e83d8](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/66e83d89c3ee2efd3879df4c092f76ab8e77390f))
### Bug Fixes
* bump ci template versions ([ee68366](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/ee683666e50602ef370030cdd3f035aa6733719d))
* ignore missing mypy requests stubs ([cc7020c](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/commit/cc7020cf1076993a9080e3fb7244005f7ce21cef))
## [0.12.0](https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/compare/0.11.1...0.12.0) (2025-01-09)
### Features
......
[tool.poetry]
name = "activate_account"
version = "0.12.0"
version = "0.13.0"
description = ""
authors = [ ]
readme = "README.md"
......@@ -161,9 +161,9 @@ filterwarnings = [
[tool.mypy]
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = ["requests.*"]
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = [ "requests.*" ]
ignore_missing_imports = true
[tool.black]
line-length = 99
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment