Skip to content

Releases: just-work/django-image-assets

1.0.0

17 Jul 10:43
be6631d
Compare
Choose a tag to compare

What's Changed

  • Move to pyproject.toml #134
  • Add support for python3.11 and python3.12 #135
  • Django-5.0 support #136
  • Update Pillow to 10.4.0 #130

Possible incompatibilities

  • Dropped python-3.7 support because Pillow~10 is not build for this version
  • Dropped Django-3.1 support because of django-admin-smoke requirements

Full Changelog: 0.5.0...1.0.0

0.5.0

21 Aug 10:31
059f2b9
Compare
Choose a tag to compare

#101 Django-4.1 support

0.4.0

20 Jan 15:54
5e7a9a9
Compare
Choose a tag to compare

#89 move CI to Tox
#86 drop python-3.6 support
#85 bump Pillow to 9.0
#84 update Django to 4.0
#82 update django-admin-smoke to 0.3.2

0.3.1

18 Oct 05:09
053e7a6
Compare
Choose a tag to compare

#76 fix aspect validation

0.3.0

10 Apr 06:06
911971d
Compare
Choose a tag to compare

#60 Pillow-8.2 and Django-3.2

0.2.0

19 Mar 05:56
469f5f5
Compare
Choose a tag to compare

#59 pin Pillow to latest version due to CVE

0.1.1

31 Oct 16:52
e3379de
Compare
Choose a tag to compare

#53 python-3.9 support

0.1.0

05 Aug 06:43
8feb309
Compare
Choose a tag to compare

#46 Django-3.1 support

0.0.13

07 Apr 12:03
c85ae52
Compare
Choose a tag to compare

#35 fix data migrations

0.0.12

07 Apr 07:55
fc6aa01
Compare
Choose a tag to compare

#34 Multiple formats allowed

This release has complicate field & data migration, use migrations carefully.