Skip to content

automate version update#21

Open
aheev wants to merge 1 commit into
LadybugDB:mainfrom
aheev:fix-artifact-vers
Open

automate version update#21
aheev wants to merge 1 commit into
LadybugDB:mainfrom
aheev:fix-artifact-vers

Conversation

@aheev

@aheev aheev commented Jul 23, 2026

Copy link
Copy Markdown
Member

Version can be updated with  npm run version:bump <new-version> via scripts/bump-version.js

scripts/bump-version.js updates all 4 files in one command:

File How updated
package.json direct JSON write
src-tauri/Cargo.toml regex replace
package-lock.json npm install --package-lock-only
src-tauri/Cargo.lock cargo update --precise <version> bugscope

@aheev

aheev commented Jul 23, 2026

Copy link
Copy Markdown
Member Author

@adsharma could you PTAL?

@adsharma

Copy link
Copy Markdown
Contributor

Let's fix the arrow version problem first so CI is green.

As far as I can tell, brew install doesn't allow installing older versions of arrow. One strategy is to make a new release of ladybug which depends on the latest arrow version. Any other suggestions?

@aheev

aheev commented Jul 24, 2026

Copy link
Copy Markdown
Member Author

Let's fix the arrow version problem first so CI is green.

As far as I can tell, brew install doesn't allow installing older versions of arrow. One strategy is to make a new release of ladybug which depends on the latest arrow version. Any other suggestions?

Guess that's the only way. Others ask users to custom build install libarrow

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