Skip to content

Commit

Permalink
Update changelog and bump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Feb 25, 2024
1 parent 4d4e2f6 commit 28cd899
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

## [0.2] - 2024-02-25

### Added

- Option to limit timeframes (to day, hours or minutes) in the sync management commands. [#10](https://github.com/torchbox/wagtail-bynder/pull/10) @ababic
- Setting to conditionally sync video data when chosen [#12](https://github.com/torchbox/wagtail-bynder/pull/12) @ababic
The new setting is `BYNDER_SYNC_EXISTING_VIDEOS_ON_CHOOSE`, in line with those for images/documents.
- Improved test coverage

### Fixed

- Date filter silently ignored by Bynder in management commands [#10](https://github.com/torchbox/wagtail-bynder/pull/10) @ababic

## [0.1] - 2024-01-21

Initial release


[unreleased]: https://github.com/torchbox/wagtail-bynder/compare/v0.1 ...HEAD
[unreleased]: https://github.com/torchbox/wagtail-bynder/compare/v0.2 ...HEAD
[0.1]: https://github.com/torchbox/wagtail-bynder/compare/v.0.1...v0.2
[0.1]: https://github.com/torchbox/wagtail-bynder/compare/769e7b...v0.1
2 changes: 1 addition & 1 deletion src/wagtail_bynder/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 28cd899

Please sign in to comment.