Skip to content

Commit 97e34ca

Browse files
committed
update version and CHANGELOG
1 parent c402b4f commit 97e34ca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

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+
611
## [0.2.1] - 2024-05-12
712
+ Fix - Links in README
813
+ Update - README and docs

element_facemap/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata."""
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)