groue / GRDB.swift

A toolkit for SQLite databases, with a focus on application development
MIT License
6.71k stars 689 forks source link

GRDB version "v6.29.2" incorrectly tagged as "v6.92.2" #1601

Closed lotz closed 3 weeks ago

lotz commented 3 weeks ago

What did you do?

Noticed that version v6.29.2 is incorrectly tagged as v6.92.2. This may cause issues or confusion for those using SPM to reference the tag.

What did you expect to happen?

I expected version v6.29.2 to be tagged with a tag matching that version.

What happened instead?

Version v6.29.2 was incorrectly tagged as v6.92.2.

image

Environment

GRDB flavor(s): GRDB GRDB version: 6.29.2 Installation method: (CocoaPods, SPM, manual?) SPM Xcode version: n/a Swift version: n/a Platform(s) running GRDB: (iOS, macOS, watchOS?) n/a macOS version running Xcode: n/a

Demo Project

groue commented 3 weeks ago

Oh, thank you @lotz! 🙏

I deleted the wrong tag and pushed v6.29.2. I hope this won't disturb too many people 😬

lotz commented 3 weeks ago

Thanks!! Probably won't disturb too many folks as it was caught pretty early.

groue commented 3 weeks ago

Thanks to you! 👍