Skip to content

Commit 52272c5

Browse files
authored
Merge pull request #5 from nok/release-please--branches--main
chore(main): release 0.3.1
2 parents ce4d94a + 9c8eec9 commit 52272c5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/nok/pandas-render/compare/v0.3.0...v0.3.1) (2025-04-21)
4+
5+
6+
### Documentation
7+
8+
* Add support section ([4e0cea3](https://github.com/nok/pandas-render/commit/4e0cea3c4ff6357d9245ac61ef3fbb447b081dfd))
9+
* Enclose installation commands in quotes ([b97c250](https://github.com/nok/pandas-render/commit/b97c2500598ef120897f56fad6b1e57efed290f3))
10+
* Remove installation instructions and repository links from examples ([89fc056](https://github.com/nok/pandas-render/commit/89fc0569c36036b48b6ca6096816e183876e0378))
11+
* Remove license badge ([f5e8483](https://github.com/nok/pandas-render/commit/f5e84835f745c8a1c447d03a655beea1293b3095))
12+
* Use full image url ([d14fec3](https://github.com/nok/pandas-render/commit/d14fec36c49242c3966a68bf3c657c3e9cdbfa38))
13+
314
## 0.3.0 (2025-04-16)
415

516

pandas_render/__init__.py

+1-1
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.0"
34+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)