Skip to content

Commit

Permalink
bump: version 1.0.3 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 9, 2024
1 parent 5578444 commit d2c8d7d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2.0.0 (2024-08-09)

### Feat

- return the raw OSM OAuth2 token in addition (to use or discard as required)

### Fix

- strip trailing slash if included in osm_url
- update pydantic deprecated use of .json() --> .model_dump_json()

### Refactor

- move serialization logic into a reusable private method
- tweak API to return `user_data` and `oauth_token` params
- also serialise the raw_token in response

## 1.0.3 (2024-04-10)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion osm_login_python/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "2.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "osm-login-python"
version = "1.0.3"
version = "2.0.0"
dynamic = ["version"]
description = "Package to manage OAuth 2.0 login for OSM in Python."
readme = "README.md"
Expand Down

0 comments on commit d2c8d7d

Please sign in to comment.