diff --git a/.github/release.yml b/.github/release.yml index f7305758..1e13f616 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -6,10 +6,10 @@ changelog: labels: [breaking] - title: ๐ŸŽ‰ New Features labels: [feature] - - title: ๐Ÿ› Bug Fixes - labels: [fix] - title: ๐Ÿ›  Enhancements labels: [enhancement, DX, UX] + - title: ๐Ÿ› Bug Fixes + labels: [fix] - title: ๐Ÿ“– Documentation labels: [docs] - title: ๐Ÿงน House-Keeping diff --git a/changelog.md b/changelog.md index 60354268..2dd039ff 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v0.10.0](https://github.com/janosh/pymatviz/compare/v0.9.3...v0.10.0) + +> 31 July 2024 + +- `density_scatter_plotly` QoL tweaks [`#190`](https://github.com/janosh/pymatviz/pull/190) +- Breaking: drop `plot_` prefix from multiple functions [`#189`](https://github.com/janosh/pymatviz/pull/189) +- Add protostructure terminology to enum [`#185`](https://github.com/janosh/pymatviz/pull/185) +- Update the function names for wren utils given breaking changes in Aviary [`#182`](https://github.com/janosh/pymatviz/pull/182) +- [Breaking] Refactor ptable heatmap plotter [`#157`](https://github.com/janosh/pymatviz/pull/157) + #### [v0.9.3](https://github.com/janosh/pymatviz/compare/v0.9.2...v0.9.3) > 18 July 2024 diff --git a/pyproject.toml b/pyproject.toml index 7ca1b0fa..2c93a62c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pymatviz" -version = "0.9.3" +version = "0.10.0" description = "A toolkit for visualizations in materials informatics" authors = [{ name = "Janosh Riebesell", email = "janosh.riebesell@gmail.com" }] readme = "readme.md"