Skip to content

Releases: elegantchaos/Versionator

2.0.6

06 Nov 11:46
f67fae2
Compare
Choose a tag to compare

Fixed Xcode variant of plugin.

2.0.5

06 Nov 11:15
ea77e4c
Compare
Choose a tag to compare

Cleaned up readme, added a more comprehensive unit test & workflow.
Clarified that Swift 6.0 is supported.

1.0.3

08 Aug 15:53
Compare
Choose a tag to compare

Added Xcode support.

1.0.2

25 Jul 15:10
Compare
Choose a tag to compare

Added full version in form: 1.2.3 (43).
Stripped leading v from string version.
Added tag with unstripped tag from git.

1.0.1

25 Jul 14:28
Compare
Choose a tag to compare

Downgraded tools version to 5.6, which is all that's needed.

1.0

25 Jul 14:03
Compare
Choose a tag to compare
1.0

Initial version.

Creates a CurrentVersion struct in the module, which can be interrogated to obtain the module's version number (as reported by git describe).

If the module contains resources, an Info.plist is also generated, containing the same version information.