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

Bump to duckdb v1.1.3 #139

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Bump to duckdb v1.1.3 #139

merged 1 commit into from
Nov 11, 2024

Conversation

carlopi
Copy link
Collaborator

@carlopi carlopi commented Nov 11, 2024

(relying on CI to actually check this)

Merging, checking CI on main, then tagging, solves #138

There is an issue also on v1.1.2 on npm (#135), that is also solved by this.

@carlopi carlopi requested a review from hannes November 11, 2024 15:19
@carlopi
Copy link
Collaborator Author

carlopi commented Nov 11, 2024

@hannes: do we want also v1.1.2 in? I think there are no proper uses, so I cut that corner.

@hannes
Copy link
Member

hannes commented Nov 11, 2024

I think 113 is enough thanks

@hannes hannes merged commit e8968f5 into duckdb:main Nov 11, 2024
31 checks passed
@carlopi carlopi deleted the duckdb_v113 branch November 11, 2024 15:26
@@ -2,7 +2,7 @@
"name": "duckdb",
"main": "./lib/duckdb.js",
"types": "./lib/duckdb.d.ts",
"version": "0.0.2-dev5.0",
"version": "1.1.3",
Copy link
Member

Choose a reason for hiding this comment

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

@carlopi changing this broke the release :/ npm error Version not changed

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, I saw, not great.

My proposed solution would be:

  • merging Revert change to package.json #140 that reverts the changes
  • check if CI starts correctly after the merge
  • re-targeting the v1.1.3 tag to what would be the new main. This is not clean but should be viable on GitHub.

NPM has no notion of v1.1.3, so the only problem should be changing releases on Github.

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