Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Sep 16, 2024
1 parent 690dbc3 commit 5d9b4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nodejs-polars"
version = "0.15.0"
version = "0.16.0"
authors = ["Cory Grinstead"]
documentation = "https://pola-rs.github.io/polars-book/"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-polars",
"version": "0.15.0",
"version": "0.16.0",
"repository": "https://github.com/pola-rs/nodejs-polars.git",
"license": "MIT",
"main": "bin/index.js",
Expand Down

4 comments on commit 5d9b4bc

@mostopalove
Copy link

Choose a reason for hiding this comment

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

Hello @universalmind303 !
I hope you're doing well. I noticed that the new version of nodejs-polars (0.16.0) is not available in the Yarn package manager. Could this be related to the failing CI job of this pull request?
Thank you!

@liadhorovitz
Copy link

Choose a reason for hiding this comment

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

Hey @universalmind303,
Do you know if there are any updates here?

Thanks.

@universalmind303
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The CI job is failing for ARM architecture. I've spent some time debugging, but unfortunately it's still blocking the release. Hoping to have more time to look into it this week.

@universalmind303
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Opened this issue to track #280

Please sign in to comment.