Skip to content

Commit

Permalink
release: Add CHANGELOG entries, and make 0.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed May 12, 2021
1 parent a17e2d2 commit ca9e271
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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

0 comments on commit ca9e271

Please sign in to comment.