From d755472e2bce25de40a0b8b8440ee39dec4b84f7 Mon Sep 17 00:00:00 2001 From: Sergey Motornyuk Date: Sun, 31 Mar 2024 07:44:21 +0300 Subject: [PATCH] chore: pin version --- CHANGELOG.md | 14 +++++++++++++- setup.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e229cf9..6c2a91b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased -[Compare with latest](https://github.com/DataShades/ckanext-or_facet/compare/v0.1.0...HEAD) +[Compare with latest](https://github.com/DataShades/ckanext-or_facet/compare/v0.1.1...HEAD) + +### Bug Fixes + +- CKAN v2.10.4 blocks local query parameters ([a129ef1](https://github.com/DataShades/ckanext-or_facet/commit/a129ef1f082d7648db2bacf3f4b35abadc6f1d61) by Sergey Motornyuk). +## [v0.1.1](https://github.com/DataShades/ckanext-or_facet/releases/tag/v0.1.1) - 2023-10-25 + +[Compare with v0.1.0](https://github.com/DataShades/ckanext-or_facet/compare/v0.1.0...v0.1.1) + +### Bug Fixes + +- facet labels broken after visiting homepage ([0f21820](https://github.com/DataShades/ckanext-or_facet/commit/0f2182060ab954826b9ca865d0ab193f19569d2c) by Sergey Motornyuk). + ## [v0.1.0](https://github.com/DataShades/ckanext-or_facet/releases/tag/v0.1.0) - 2023-08-16 [Compare with v0.0.6](https://github.com/DataShades/ckanext-or_facet/compare/v0.0.6...v0.1.0) diff --git a/setup.py b/setup.py index 08228ed..a91946a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='0.1.1', + version='0.2.0', description='''Combine search facets using OR operator''', long_description=long_description,