Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: Add CHANGELOG entries, and make 0.23.0 release #96

Merged
merged 1 commit into from
May 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

# [0.23.0] - 2021-05-12

### Removed

- Remove [Dealer](https://github.com/OpenDataServices/lib-cove-web/pull/90) (git commit info), [Django Debug Toolbar](https://github.com/OpenDataServices/lib-cove-web/pull/88/files) and [Sentry](https://github.com/OpenDataServices/lib-cove-web/pull/92) integration, so that projects can choose whether to use them or not. Projects will **need to explicitly add these** themselves to keep the same functionality.
- Empty dataload app has been removed https://github.com/OpenDataServices/lib-cove-web/pull/87/files

### Changed

- Make sure requirements are correct https://github.com/OpenDataServices/lib-cove-web/pull/85
- `PIWIK` and `GOOGLE_ANALYSTICS_ID` are now optional in the settings https://github.com/OpenDataServices/lib-cove-web/pull/94
- Don't show section on Sentry in the terms and conditions, if its not in use https://github.com/OpenDataServices/lib-cove-web/pull/95

# [0.22.0] - 2021-04-14
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='libcoveweb',
version='0.22.0',
version='0.23.0',
author='Open Data Services',
author_email='[email protected]',
packages=find_packages(),
Expand Down