Skip to content

Commit e070cd7

Browse files
committed
Version bump to 0.18.0 [skip ci]
1 parent a7abdd5 commit e070cd7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.18.0 (unreleased)
1+
## 0.18.0 (2025-05-05)
22

33
- Updated Polars to 0.47.1
44

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/polars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polars"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
license = "MIT"
55
authors = ["Andrew Kane <andrew@ankane.org>"]
66
edition = "2021"

lib/polars/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Polars
22
# @private
3-
VERSION = "0.17.1"
3+
VERSION = "0.18.0"
44
end

0 commit comments

Comments
 (0)