SDWebImage / SDWebImageAVIFCoder

A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image
MIT License
55 stars 14 forks source link

Release/v0.5.3 #17

Closed ledyba-z closed 4 years ago

ledyba-z commented 4 years ago

(Relates to #16 )

Hi, I bumped up the version to v0.5.3, and also, I prepared the release note below. Please use if it's okay:

Release note

Fix

Enhancement

dreampiggy commented 4 years ago

I'll do this release. Don't need a PR...

I hava a daily job so sometimes may be late 😅 . Most active time is [21:00 ~ 24:00, 10:00 ~ 12:00], UTC 8 Timezone and I'll check the issues.

dreampiggy commented 4 years ago

The release version should be 0.6.0, but not patch version. Because you bump the dependency version, which is not consider a Internel fix user does not recognized...

dreampiggy commented 4 years ago

@ledyba-z Done v0.6.0 release.

➜  SDWebImageAVIFCoder git:(master) pod trunk info SDWebImageAVIFCoder

SDWebImageAVIFCoder
    - Versions:
      - 0.1.0 (2019-04-14 17:04:59 UTC)
      - 0.2.0 (2019-04-29 10:06:19 UTC)
      - 0.2.1 (2019-08-21 07:30:25 UTC)
      - 0.3.0 (2019-08-21 08:44:57 UTC)
      - 0.4.0 (2019-10-08 05:22:18 UTC)
      - 0.4.2 (2019-10-08 06:58:20 UTC)
      - 0.5.0 (2020-01-24 03:09:13 UTC)
      - 0.5.1 (2020-02-12 06:55:56 UTC)
      - 0.5.2 (2020-02-25 12:23:09 UTC)
      - 0.6.0 (2020-03-13 06:42:09 UTC)
    - Owners:
      - DreamPiggy <lizhuoli1126@126.com>
      - Bogdan Poplauschi <bpoplauschi@gmail.com>
ledyba-z commented 4 years ago

I am so sorry for hurrying you :bow: .

Actually, I'm not in a hurry. In this release, there are many changes, so I also prepared the release note. (However, I am a little worried that libavif v0.6.0 (which is incompatible to v0.5.2) will be installed when SDWebImageAVIFCoder 0.5.2 is installed)

I hava a daily job so sometimes may be late 😅. Most active time is [21:00 ~ 24:00, 10:00 ~ 12:00], UTC 8 Timezone and I'll check the issues.

Thanks! (Please don't overdo it, I will wait.)

The release version should be 0.6.0, but not patch version. Because you bump the dependency version, which is not consider a Internel fix user does not recognized...

I understand. I will wait you!

ledyba-z commented 4 years ago

@dreampiggy Oh, Thank you so much!

dreampiggy commented 4 years ago

It's OK 😅

so I also prepared the release note.

Do you need extra changelog, or something like a CHANGELOG.md for this repo ?

If you think this is OK, we can add one in this repo. Currently you can modify the Release Page information here: 0.6.0

(However, I am a little worried that libavif v0.6.0 (which is incompatible to v0.5.2) will be installed when SDWebImageAVIFCoder 0.5.2 is installed)

This is not part of our task. Actually, it's libavif maintainer's task. They should follow semversion or something. But since semversion only applies to software version >= 1.0.0, so 0.6.0 seems always valid which introduce source break changes :(

ledyba-z commented 4 years ago

Thanks :joy:

Do you need extra changelog, or something like a CHANGELOG.md for this repo ? If you think this is OK, we can add one in this repo. Currently you can modify the Release Page information here: 0.6.0

I think Github Release page is enough and even better. I added additional information about performance improvement.

This is not part of our task. Actually, it's libavif maintainer's task. They should follow semversion or something. But since semversion only applies to software version >= 1.0.0, so 0.6.0 seems always valid which introduce source break changes :(

Oh.... I understand.