Skip to content

Prepare release 1.7.0 #293

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

Merged
merged 3 commits into from
Mar 21, 2025
Merged

Prepare release 1.7.0 #293

merged 3 commits into from
Mar 21, 2025

Conversation

sauclovian-g
Copy link
Contributor

No description provided.

@sauclovian-g
Copy link
Contributor Author

Question: should the version number be 1.7.0.0 or 1.7.0 or 1.7? Everything else seems to use 4-part version numbers but the older releases are all two or three parts...

Copy link
Contributor

@langston-barrett langston-barrett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine, I'm not exactly sure what to be looking for but nothing sticks out at me.

@langston-barrett
Copy link
Contributor

In the absence of actual documentation, let's stay consistent with current practice and use three parts.

@@ -20,7 +20,7 @@ common dependencies
, lens
, parameterized-utils >=2.0 && <2.2
, text
, what4 ^>=1.6
, what4 >=1.6 && <1.8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may as well use what4 ^>=1.7 here, for reasons similar to GaloisInc/llvm-pretty-bc-parser#291 (comment).

(More generally, I think these version bounds aren't buying us much. We are depending on what4 directly as a subproject in the cabal.project file, so whatever version number the what4 subproject uses will effectively impose a precise version bound on what what4-transition-system uses.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, probably better to remove it entirely

@sauclovian-g sauclovian-g force-pushed the prepare-release-1.7.0 branch from 7b6434c to 76bed38 Compare March 20, 2025 21:25
Comment on lines 23 to 25
-- what4 lives in the same repo; no version bound is needed
, what4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might consider factoring this out into its own commit. The same commit could also add this comment to these other .cabal files in the same repo:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

These are all one repo and the other packages aren't released
separately ("not labeled for retail sale"...) so the what4 they get
will always be the current version. Replace the bound with a comment
to this effect.
Add the 1.7 release and release date to the changelog.
@sauclovian-g sauclovian-g force-pushed the prepare-release-1.7.0 branch from 76bed38 to f5e476f Compare March 21, 2025 00:18
@sauclovian-g sauclovian-g merged commit 4e37eb4 into master Mar 21, 2025
31 checks passed
@sauclovian-g sauclovian-g deleted the prepare-release-1.7.0 branch March 21, 2025 02:20
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.

3 participants