We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c402b4f commit 97e34caCopy full SHA for 97e34ca
CHANGELOG.md
@@ -3,6 +3,11 @@
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5
6
+## [0.2.2] - 2024-05-12
7
+
8
++ Fix - Fix docs by updating `mkdocs`
9
++ Update - Remove the `pypi_release` from `release.yaml`
10
11
## [0.2.1] - 2024-05-12
12
+ Fix - Links in README
13
+ Update - README and docs
element_facemap/version.py
@@ -1,3 +1,3 @@
1
"""Package metadata."""
2
-__version__ = "0.2.1"
+__version__ = "0.2.2"
0 commit comments