Skip to content

Commit

Permalink
chore: pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Mar 31, 2024
1 parent a129ef1 commit d755472
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,21 @@ 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-or_facet/compare/v0.1.0...HEAD)</small>
<small>[Compare with latest](https://github.com/DataShades/ckanext-or_facet/compare/v0.1.1...HEAD)</small>

### Bug Fixes

- CKAN v2.10.4 blocks local query parameters ([a129ef1](https://github.com/DataShades/ckanext-or_facet/commit/a129ef1f082d7648db2bacf3f4b35abadc6f1d61) by Sergey Motornyuk).

<!-- insertion marker -->
## [v0.1.1](https://github.com/DataShades/ckanext-or_facet/releases/tag/v0.1.1) - 2023-10-25

<small>[Compare with v0.1.0](https://github.com/DataShades/ckanext-or_facet/compare/v0.1.0...v0.1.1)</small>

### 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

<small>[Compare with v0.0.6](https://github.com/DataShades/ckanext-or_facet/compare/v0.0.6...v0.1.0)</small>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d755472

Please sign in to comment.