Skip to content

Commit

Permalink
Update CHANGELOG and bump version to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Apr 12, 2024
1 parent 11ba2da commit 0170839
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.3] - 2024-04-12

### Added

- Added `source_filename` and `original_filesize` fields to all base models, and updated `update_from_asset_data()` to set them accordingly.
- Added `original_height` and `original_width` fields to image and video base models, and updated `update_from_asset_data()` to set them accordingly.
- Added "What to ask of Bynder" section to `README.md`.
- Added "What to ask of Bynder" section to `README.md`. [#15](https://github.com/torchbox/wagtail-bynder/pull/15) @ababic
- Improved test coverage
- Management commands to refresh all local objects. [#18](https://github.com/torchbox/wagtail-bynder/pull/18) @ababic
They are `refresh_bynder_documents`, `refresh_bynder_images` and `refresh_bynder_videos`

### Removed

Expand Down Expand Up @@ -49,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release


[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
[unreleased]: https://github.com/torchbox/wagtail-bynder/compare/v0.3 ...HEAD
[0.3]: https://github.com/torchbox/wagtail-bynder/compare/v.0.2...v0.3
[0.2]: 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.2.0"
__version__ = "0.3.0"

0 comments on commit 0170839

Please sign in to comment.