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

Change range to be inclusive on upper bound 0.1 #88

Merged

Conversation

albertchae
Copy link
Collaborator

@albertchae albertchae commented Sep 30, 2024

Summary

Bump peer range to include 0.1

This is in preparation to cut 0.1.0 for inngest-spring-boot-adapter

Checklist

  • Update documentation N/A version bump only
  • Added unit/integration tests N/A version bump only

This is in preparation to cut 0.0.7 for inngest-spring-boot-adapter
@albertchae albertchae merged commit 1360631 into main Oct 2, 2024
8 of 9 checks passed
@albertchae albertchae deleted the bump-inngest-dependency-from-inngest-spring-boot-adapter branch October 2, 2024 16:25
@@ -23,7 +23,7 @@ repositories {
}

dependencies {
val pkg = if (System.getenv("RELEASE") != null) "com.inngest:inngest:[0.0.5, 0.1)" else project(":inngest")
val pkg = if (System.getenv("RELEASE") != null) "com.inngest:inngest:[0.0.5, 0.1]" else project(":inngest")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

hm I may have botched this range, supposedly [0.0.5, 0.1] excludes version 0.1.0. This probably should have been [0.0.5, 0.1.0] or even [0.1.0, 0.2.0). Rather than trying to fix it, we're just rolling forward with all the 0.2.0 upgrades in
#90
#91

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