Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: Rename package to match name inferred from git URL #93

Merged
merged 2 commits into from
Nov 9, 2022

Conversation

jbelkins
Copy link
Contributor

@jbelkins jbelkins commented Nov 4, 2022

Issue #
Fixes awslabs/aws-sdk-swift#680

Description of changes:

Change the declared name of this package to match its inferred name (i.e. the last path component of its Git URL, minus the extension). This is being performed in conjunction with similar renames of aws-sdk-swift and smithy-swift. A complete rationale for making this change is given in this PR.

This is a breaking change but consumers of this package simply need to update their Package.swift to refer to the package by the new name.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jbelkins jbelkins merged commit afe23a2 into main Nov 9, 2022
@jbelkins jbelkins deleted the jbe/package_rename branch November 9, 2022 14:40
@waahm7 waahm7 mentioned this pull request Nov 30, 2022
waahm7 added a commit that referenced this pull request Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename packages to match names inferred from git URLs
3 participants