Skip to content

Commit e7990ac

Browse files
authored
Merge pull request #6 from nok/release-please--branches--main
chore(main): release 0.4.0
2 parents 92058e4 + ff6f818 commit e7990ac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/nok/pandas-render/compare/v0.3.1...v0.4.0) (2025-05-18)
4+
5+
6+
### Features
7+
8+
* Add type hinting support with py.typed file ([92058e4](https://github.com/nok/pandas-render/commit/92058e4a256ec965fea5be2979710ffd10b81f81))
9+
310
## [0.3.1](https://github.com/nok/pandas-render/compare/v0.3.0...v0.3.1) (2025-04-21)
411

512

pandas_render/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def _extend(package: Union["pandas", "polars"]):
3131
else:
3232
_extend(polars)
3333

34-
__version__ = "0.3.1"
34+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)