-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore(main): release hugr-py 0.3.0 #1092
Merged
ss2165
merged 3 commits into
main
from
release-please--branches--main--components--hugr-py
Jul 3, 2024
Merged
chore(main): release hugr-py 0.3.0 #1092
ss2165
merged 3 commits into
main
from
release-please--branches--main--components--hugr-py
Jul 3, 2024
Conversation
This file contains 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1092 +/- ##
==========================================
- Coverage 87.15% 86.98% -0.18%
==========================================
Files 102 102
Lines 19234 19087 -147
Branches 17138 16991 -147
==========================================
- Hits 16764 16602 -162
- Misses 1695 1709 +14
- Partials 775 776 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
aborgna-q
added a commit
that referenced
this pull request
May 21, 2024
This setting should make release-please create it's PRs as draft requests (to avoid annoying reviewers unnecessarily), but it doesn't seem to have worked #1092 The config json schema seemed to validate this as a global option, but it seems the value is not picked from there :/ This change moves the "use a draft PR" option to the project-specific section.
github-merge-queue bot
pushed a commit
that referenced
this pull request
May 21, 2024
This setting should make release-please create it's PRs as draft requests (to avoid annoying reviewers unnecessarily), but it doesn't seem to have worked #1092 The config json schema seemed to validate this as a global option, but it seems the value is not picked from there :/ This change moves the "use a draft PR" option to the project-specific section.
aborgna-q
changed the title
chore(main): release hugr-py 0.2.2
chore(main): release hugr-py 0.3.0
May 22, 2024
aborgna-q
force-pushed
the
release-please--branches--main--components--hugr-py
branch
3 times, most recently
from
May 24, 2024 09:21
90b25b4
to
95a6c70
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
7 times, most recently
from
June 4, 2024 08:16
4474722
to
83e9f5a
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
7 times, most recently
from
June 11, 2024 07:43
81d1d3b
to
0d74665
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
4 times, most recently
from
June 14, 2024 07:54
42780cd
to
ac25943
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
7 times, most recently
from
June 24, 2024 09:14
5e86dd6
to
4875bfa
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
8 times, most recently
from
July 2, 2024 07:53
f31ffb6
to
013d3f2
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
from
July 3, 2024 08:52
013d3f2
to
4ac8571
Compare
hugrbot
force-pushed
the
release-please--branches--main--components--hugr-py
branch
from
July 3, 2024 13:41
4ac8571
to
c553675
Compare
ss2165
approved these changes
Jul 3, 2024
🤖 Release is at https://github.com/CQCL/hugr/releases/tag/hugr-py-v0.3.0 🌻 |
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.
🤖 I have created a release beep boop
0.3.0 (2024-07-03)
⚠ BREAKING CHANGES
add_child_op
(_with_parent
), etc., gone; useadd_child_node
(_with_parent
) with an (impl Into-)OpType.get_nodetype
gone - useget_optype
.NodeType
gone - useOpType
directly.methods especially {cfg_,dfg_}builder.
input_extensions
removed from serialization schema.extension_inference
feature flag is turned onFeatures
Bug Fixes
Documentation
Code Refactoring
This PR was generated with Release Please. See documentation.