Skip to content

Commit 1747d77

Browse files
committed
fixes issue with merge conflict
1 parent e334456 commit 1747d77

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- If no such branch exists, then create one from the latest released branch.
3131
- [ ] If have added a new web framework, update the `supertokens_python/utils.py` file to include that in the `FRAMEWORKS` variable
3232
- [ ] If added a new recipe that has a User type with extra info, then be sure to change the User type in supertokens_python/types.py
33+
- [ ] Make sure that `syncio` / `asyncio` functions are consistent.
3334

3435
## Remaining TODOs for this PR
3536

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## unreleased
98

9+
## [0.13.0] - 2023-05-04
1010
### Breaking changes
1111

1212
- Added support for CDI version `2.21`
@@ -48,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4848
- Refactored how access token validation is done
4949
- Removed the handshake call to improve start-up times
5050
- Added support for new access token version
51+
- added optional password policy check in `update_email_or_password`
5152

5253
### Added
5354

@@ -363,13 +364,6 @@ session.init(
363364
```
364365

365366

366-
367-
368-
369-
## [0.13.0] - 2023-05-03
370-
371-
- added optional password policy check in `update_email_or_password`
372-
373367
## [0.12.9] - 2023-04-28
374368

375369
- Added missing arguments in `get_users_newest_first` and `get_users_oldest_first`

coreDriverInterfaceSupported.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
{
22
"_comment": "contains a list of core-driver interfaces branch names that this core supports",
33
"versions": [
4-
"2.9",
5-
"2.10",
6-
"2.11",
7-
"2.12",
8-
"2.13",
9-
"2.14",
10-
"2.15",
11-
"2.16",
12-
"2.17",
13-
"2.18",
14-
"2.19",
15-
"2.20"
4+
"2.21"
165
]
176
}

0 commit comments

Comments
 (0)