apple / swift-openapi-generator

Generate Swift client and server code from an OpenAPI document.
https://swiftpackageindex.com/apple/swift-openapi-generator/documentation
Apache License 2.0
1.23k stars 89 forks source link

Prep 1.0: Bump versions #472

Closed czechboy0 closed 5 months ago

czechboy0 commented 5 months ago

Motivation

Prep for 1.0.0.

Modifications

Bumped all 1.0.0-alpha.1 -> 1.0.0.

Result

Ready for 1.0.0 when it comes to versions.

Test Plan

Can't test yet.

simonjbeaumont commented 5 months ago

@czechboy0 if this is going to be the final PR, shall we use this one to also remove the deprecated examples?

Or—just had another thought—if there are links floating around to them in various places, should we add a symlink to the repo so folks land on the closest equivalent new example (and don't mention them explicitly in the Examples/README.md)?

czechboy0 commented 5 months ago

Sure, that's a good idea.

czechboy0 commented 5 months ago

Cloned this branch locally, tagged it locally, used git rewriting rules to run all the examples + integration tests locally, all passed.