Skip to content

Commit

Permalink
Version bump to 0.15.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Nov 20, 2024
1 parent 1759c8d commit 06d3b72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.15.0 (unreleased)
## 0.15.0 (2024-11-20)

- Updated Polars to 0.44.2
- I/O methods no longer require a `URI` object for remote files
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/polars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars"
version = "0.14.0"
version = "0.15.0"
license = "MIT"
authors = ["Andrew Kane <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion lib/polars/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Polars
# @private
VERSION = "0.14.0"
VERSION = "0.15.0"
end

0 comments on commit 06d3b72

Please sign in to comment.