Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Sep 9, 2024
1 parent 36f6f83 commit c9b2b45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
31 changes: 8 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- insertion marker -->
## Unreleased

<small>[Compare with latest](https://github.com/DataShades/ckanext-drupal-idp/compare/v0.4.6a2...HEAD)</small>

### Bug Fixes

- user.name cannot be updated during synchronization ([9d52f21](https://github.com/DataShades/ckanext-drupal-idp/commit/9d52f21f428d3d9e09d76f12662b956d0267aa90) by Sergey Motornyuk).

<!-- insertion marker -->
## [v0.4.6a2](https://github.com/DataShades/ckanext-drupal-idp/releases/tag/v0.4.6a2) - 2023-11-26

<small>[Compare with v0.4.6a1](https://github.com/DataShades/ckanext-drupal-idp/compare/v0.4.6a1...v0.4.6a2)</small>
<small>[Compare with latest](https://github.com/DataShades/ckanext-drupal-idp/compare/v0.4.5...HEAD)</small>

### Features

- kick_user option; config declarations ([2d3cfe7](https://github.com/DataShades/ckanext-drupal-idp/commit/2d3cfe72b83d2644aef5f751118c2960c81a1f6e) by Sergey Motornyuk).

## [v0.4.6a1](https://github.com/DataShades/ckanext-drupal-idp/releases/tag/v0.4.6a1) - 2023-11-22

<small>[Compare with v0.4.6a0](https://github.com/DataShades/ckanext-drupal-idp/compare/v0.4.6a0...v0.4.6a1)</small>
- add user_initialize and user_synchronize actions ([a27a8e6](https://github.com/DataShades/ckanext-drupal-idp/commit/a27a8e69b0f77c5e6b8433469f1ca144a19ebc24) by Sergey Motornyuk).
- configurable drupal login endpoint ([05aed2d](https://github.com/DataShades/ckanext-drupal-idp/commit/05aed2dacf4c2a7da81606a1690bd5ade11dcb02) by Sergey Motornyuk).

### Bug Fixes

- kick_missing_sessin handles missing cookies ([36f6f83](https://github.com/DataShades/ckanext-drupal-idp/commit/36f6f83beaeb8f2c36fef1b1f6d36b14c4d0f842) by Sergey Motornyuk).
- deleted user remains deleted during initialization ([b2b69f2](https://github.com/DataShades/ckanext-drupal-idp/commit/b2b69f26d102e5b6ba31265a2515116bd5fc48b5) by Sergey Motornyuk).
- user.name cannot be updated during synchronization ([9d52f21](https://github.com/DataShades/ckanext-drupal-idp/commit/9d52f21f428d3d9e09d76f12662b956d0267aa90) by Sergey Motornyuk).
- synchronize fails when plugin extras is missing from user object ([fc87940](https://github.com/DataShades/ckanext-drupal-idp/commit/fc879400a00a71ed498100768112680840404f3d) by Sergey Motornyuk).

## [v0.4.6a0](https://github.com/DataShades/ckanext-drupal-idp/releases/tag/v0.4.6a0) - 2023-11-15

<small>[Compare with v0.4.5](https://github.com/DataShades/ckanext-drupal-idp/compare/v0.4.5...v0.4.6a0)</small>

### Features

- add user_initialize and user_synchronize actions ([a27a8e6](https://github.com/DataShades/ckanext-drupal-idp/commit/a27a8e69b0f77c5e6b8433469f1ca144a19ebc24) by Sergey Motornyuk).
- configurable drupal login endpoint ([05aed2d](https://github.com/DataShades/ckanext-drupal-idp/commit/05aed2dacf4c2a7da81606a1690bd5ade11dcb02) by Sergey Motornyuk).

<!-- insertion marker -->
## [v0.4.5](https://github.com/DataShades/ckanext-drupal-idp/releases/tag/v0.4.5) - 2023-01-25

<small>[Compare with v0.3.5](https://github.com/DataShades/ckanext-drupal-idp/compare/v0.3.5...v0.4.5)</small>
Expand Down Expand Up @@ -115,3 +99,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v0.0.1](https://github.com/DataShades/ckanext-drupal-idp/releases/tag/v0.0.1) - 2021-03-02

<small>[Compare with first commit](https://github.com/DataShades/ckanext-drupal-idp/compare/efa410bdad6747f83bc09be88686ce31fb49b814...v0.0.1)</small>

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ckanext-drupal-idp
version = 0.4.6a4
version = 0.4.6a5
description = Login to CKAN using Drupal session cookie
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit c9b2b45

Please sign in to comment.