Bump version number to 1.2, add release notes#22
Merged
alice-i-cecile merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
BenjaminBrienen
approved these changes
Apr 8, 2026
Contributor
There was a problem hiding this comment.
techn0@IO ~/source/atomicow main git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
techn0@IO ~/source/atomicow main cargo semver-checks --baseline-version 1.0.0 --all-features
Building atomicow v1.1.0 (current)
Built [ 0.207s] (current)
Parsing atomicow v1.1.0 (current)
Parsed [ 0.001s] (current)
Parsing atomicow v1.0.0 (baseline, cached)
Parsed [ 0.001s] (baseline)
Checking atomicow v1.0.0 -> v1.1.0 (minor change)
Checked [ 0.002s] 196 checks: 196 pass, 56 skip
Summary no semver update required
Finished [ 0.372s] atomicow
techn0@IO ~/source/atomicow main gh pr checkout 22
branch '1.2-bump' set up to track 'origin/1.2-bump'.
Switched to a new branch '1.2-bump'
techn0@IO ~/source/atomicow 1.2-bump cargo semver-checks
Building atomicow v1.2.0 (current)
Built [ 0.251s] (current)
Parsing atomicow v1.2.0 (current)
Parsed [ 0.001s] (current)
Parsing atomicow v1.1.0 (baseline, cached)
Parsed [ 0.001s] (baseline)
Checking atomicow v1.1.0 -> v1.2.0 (minor change)
Checked [ 0.002s] 196 checks: 196 pass, 56 skip
Summary no semver update required
Finished [ 0.409s] atomicow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We should ship #21.