swiftlang / swift-docc

Documentation compiler that produces rich API reference documentation and interactive tutorials for your Swift framework or package.
https://swift.org/documentation/docc
Apache License 2.0
1.17k stars 124 forks source link

Deprecate `DocumentationBundle.Info.version` #1040

Open d-ronnqvist opened 1 week ago

d-ronnqvist commented 1 week ago

Bug/issue #, if applicable:

Summary

This deprecates the version information on DocumentationBundle.Info.

This information was never read and 6.0 was the last version that supported passing it on the command line.

Dependencies

None.

Testing

Nothing in particular. This isn't a user-facing change.

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

d-ronnqvist commented 1 week ago

@swift-ci please test