Skip to content

Commit

Permalink
feat: release 3.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: replaced jsonfield2 with jsonfield
  • Loading branch information
escaped committed Oct 31, 2020
1 parent 500d45e commit 73dd6b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2020-10-30

### Added

- Support remote storage, thanks to @jsutlovic
Expand Down Expand Up @@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1] - 2018-03-29

[Unreleased]: https://github.com/escaped/django-exiffield/compare/2.1.0...HEAD
[Unreleased]: https://github.com/escaped/django-exiffield/compare/3.0.0...HEAD
[3.0.0]: https://github.com/escaped/django-exiffield/compare/2.1.0...3.0.0
[2.1.0]: https://github.com/escaped/django-exiffield/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/escaped/django-exiffield/compare/1.1.0...2.0.0
[1.1.0]: https://github.com/escaped/django-exiffield/compare/1.0.0...1.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-exiffield"
version = "2.1.0"
version = "3.0.0"
description = "django-exiffield extracts exif information by utilizing the exiftool."
authors = [
"Alexander Frenzel <[email protected]>",
Expand Down

0 comments on commit 73dd6b0

Please sign in to comment.