Skip to content

Bump boundwize/structarmed version to ^0.15 - #1

Closed
samsonasik wants to merge 1 commit into
Crustum:mainfrom
samsonasik:patch-1
Closed

Bump boundwize/structarmed version to ^0.15#1
samsonasik wants to merge 1 commit into
Crustum:mainfrom
samsonasik:patch-1

Conversation

@samsonasik

Copy link
Copy Markdown

Description

@skie existing ~0.14 or ^0.14 doesn't include 0.15.x per semver check

https://jubianchi.github.io/semver-check/#/~0.14/0.15.0

This PR bump to ^0.15. Once 0.16.x release, it can bump again to ^0.16.

See relevant info:

composer/composer#12966 (comment)

Type of change

  • New feature

@samsonasik

Copy link
Copy Markdown
Author

@skie ready to merge 👍

@skie

skie commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

~0.14 is special case for composer semver, i also did not know about diference betweeen 0.x and 1.x version. ~0.14 mean >=0.14, <1.0

@samsonasik

samsonasik commented Aug 13, 2026

Copy link
Copy Markdown
Author

That's only on 1.x+, 2.x+, and so on.

On 0.x, ^ and ~ only increment on patch, which ~0.14 or ^0.14 only got 0.14.99, but not 0.15.0.

https://jubianchi.github.io/semver-check/#/~0.14/0.15.0

https://jubianchi.github.io/semver-check/#/^0.14/0.15.0

composer/composer#12966 (comment)

@samsonasik

Copy link
Copy Markdown
Author

I am closing since you use ~0.15 on main branch already, which equal to ^0.15 on 0.x version

@samsonasik samsonasik closed this Aug 13, 2026
@samsonasik
samsonasik deleted the patch-1 branch August 13, 2026 15:45
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.

2 participants